$toLower
The$toLower operator converts a string to lowercase.
Input
- A single string value
Output
- The input string with all characters converted to lowercase
Examples
Basic Conversion
"hello, world!"
$toLower operator converts a string to lowercase.
"hello, world!"