 
       Last Updated: Mar 8, 2023
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.