Parameters (String);
Returns: String;
Function to change a string to lower case.
The parameter is the source string.
All upper case characters will be changed to lower case.
Example: LOWER('HamBurger') = 'hamburger'
Parameters (String);
Returns: String;
Function to change a string to lower case.
The parameter is the source string.
All upper case characters will be changed to lower case.
Example: LOWER('HamBurger') = 'hamburger'
Comments
0 comments
Please sign in to leave a comment.