Back to Core Functions
lower
Convert string to lowercase
Syntax
s = lower(str)
Description
Converts all uppercase characters in the string to lowercase.
Parameters
| Name | Description |
|---|---|
| str | Input string |
Returns
Lowercase string