Is the minimum length of characters for an input of this type to be valid.
maximumLength (int)
Is the maximum length of characters for an input of this type to be valid.
regExp (string)
Is a regular expression string that is used to match the input string for validation. For example, the regExp="\d{10}" regular expression will validate whether the input string is 10 numbers.