Return the lowercase representation of a string.
Declaration
UPPERCASE(base_string) -> upper_case_string
Parameters
- base_string (type: string)
- A string containing any casing of characters.
Return Values
- upper_case_string (type: string)
- String created by changing all lower case characters in the base string to their upper case equivalents.
0
0
Was this article helpful?
0 out of 0 found this helpful
Add comment
Please sign in to leave a comment.