# Functions
No description provided by the author
Matches returns true if a value matches a provided compiled regular expression pattern.
MaxChars returns true if a value contains no more than n characters.
No description provided by the author
NotBlank returns true if a value is not an empty string.
PermittedValue returns true if a value is in a list of permitted integers.
# Variables
EmailRX - Use the regexp.MustCompile() function to parse a regular expression pattern for sanity checking the format of an email address.