@str.lower
Convert a string to lowercase.
Returns: string
Syntax
Section titled “Syntax”@str.lower(s)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
s |
string |
Source string |
Examples
Section titled “Examples”# Lowercase a stringset $s @str.lower("Hello World")See Also
Section titled “See Also”- @str.upper — convert to uppercase