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