isAlphanumeric
Return a Boolean if the string is alphanumeric.
Example:
"YES".isAlphanumeric // true
"1234".isAlphanumeric // true
Content copied to clipboard
Since
1.1.0
Return a Boolean if the string is alphanumeric.
Example:
"YES".isAlphanumeric // true
"1234".isAlphanumeric // true
1.1.0