Last Updated: May 27, 2021
Use this function to check if all characters in the input string are alphanumeric.
isAlphanumeric (input)
Input Parameter Name | Description |
---|---|
input | input string |
Return value | Description |
---|---|
text | Returns True or False |
isAlphanumeric (abcd1234)
To view all the Text functions, click here.