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