div-input-filter-regex

Regex filter.

Parameters

Parameters Description
pattern

string

Required parameter.

A regular expression (pattern) that the input value must match.

Available platforms: iOS.

type

string

Required parameter.

The value must always be regex.

Available platforms: iOS.

JSON
{
  type*: "regex",
  pattern*: "string"
}