Skip to content

pattern

pattern(re, message?): Validator<string>

Defined in: src/widgets/controls/validation.ts:82

Fails when a non-empty string doesn’t match re.

RegExp

string = "Invalid format"

Validator<string>