Options accepted by the alpha numeric validation rule. Inherits options from AlphaOptions to control additional characters allowed alongside alphanumeric characters.
const options: AlphaNumericOptions = { allowSpaces: true, allowUnderscores: true} Copy
const options: AlphaNumericOptions = { allowSpaces: true, allowUnderscores: true}
Options accepted by the alpha numeric validation rule. Inherits options from AlphaOptions to control additional characters allowed alongside alphanumeric characters.