Field Masks
An input mask refers to a string expression, defined by a developer, that constrains user input. It can be said to be a template, or set format that entered data must conform to.
Last updated
An input mask refers to a string expression, defined by a developer, that constrains user input. It can be said to be a template, or set format that entered data must conform to.
Last updated
Character
Description
#
Any digit
A
Any capital letter
a
Any small letter
N
Any capital alphanumeric character
n
Any small alphanumeric character
X
Any special symbol (-!$%^&*()_+|~=`{}[]:";'<>?,./) or space
Type
Mask
credit-card
#### - #### - #### - ####
date-with-time
##/##/#### ##:##
phone
(###) ### - ####
social
###-##-####
time
##:##
time-with-seconds
##:##:##