Pattern content validator.

Hierarchy

Constructors

Properties

_type: "PatternContentValidator"
allowedCharacters: string

OCR whitelist. Empty string means no restriction.

Default Value

"";
matchSubstring: boolean

Whether the pattern should match the whole string or just a substring.

Default Value

false;
pattern: string

Wildcard validation pattern. ? - any character

- any digit

all other characters represent themselves

Generated using TypeDoc