The mask that allows only letters.
The mask that allows only letters and numbers.
The mask that allows only valid email characters (this does NOT check for well-formed emails)
The mask that allows only hexadecimal characters.
The mask that allows only digits and dashes.
The mask that allows only digits, spaces, commas, and periods.
The mask that allows only digits, commas, and periods.
The mask that allows only digits.
The mask that allows only digits and periods.
Generated using TypeDoc
A map between the built-in masks and the corresponding regular expressions.