A semantic type for words matching a regex pattern
Optional
one of ANY_CHARACTER / ALPHABETIC / NUMERIC, ANY_CHARACTER: validates all characters, ALPHABETIC: validates only alphabetic content, NUMERIC: validate only number
Regular expression
A semantic type for words matching a regex pattern