@lang:str.lower
Convert a string to lowercase.
Returns: string
Syntax
Section titled “Syntax”@lang:str.lower(s)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
s | string | Source string |
See Also
Section titled “See Also”- @str.upper — convert to uppercase