Last Updated: Dec 10, 2020
This function returns True if all characters in the string are alphanumeric (either alphabets or numbers). If not, it returns False.
isAlphanumeric (input)
Input Parameter Name | Description |
---|---|
input | input string |
Return value | Description |
---|---|
text | Returns True or False |
To view all the Text functions, click here.