Overview To validate text fields, such as names, addresses, tax identification numbers, and so on, use regular expressions to do the following: Constrain the acceptable range of input characters. Apply formatting rules. For example, pattern-based fields, such as tax identification numbers, ZIP codes...