# Variables
Alpha regular expression for alpha strings.
Alphanumeric regular expression for alphanumeric strings.
AlphanumericExt regular expression for alphanumeric strings plus certain allowed characters.
Email regular expression for e-mail strings.
Integer regular expression for integer strings.
Numeric regular expression for numeric strings.
UnixPath regular expression for unix path strings.
URL regular expression for URL strings.