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