text_lower
Converts a string to lowercase
text_lower(
str
) -> STRING
Converts a string to lowercase
Syntaxe
var s = text_lower("HELLO"); // s is "hello"
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
str | yes | - | String to convert |
text_lower(
str
) -> STRING
Converts a string to lowercase
var s = text_lower("HELLO"); // s is "hello"
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
str | yes | - | String to convert |