Last Updated: Feb 14, 2022
Use this function to check if all characters in the input string are in uppercase.
isUppercase (input)
| Input Parameter Name | Description |
|---|---|
| input | input string |
| Return value | Description |
|---|---|
| text | Returns True or False |
isUppercase (ABCD)
To view all the Text functions, click here.