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