lowerCase
Converts all characters in a string to lower case.
Arguments
Input string.
Examples
Expression | Result |
---|---|
lowerCase("Hello World!") | "hello world!" |
Input string.
Expression | Result |
---|---|
lowerCase("Hello World!") | "hello world!" |