str_lower
Converts string to lowercase with full Unicode support.
str_lower(
str
) -> STRING
Converts string to lowercase with full Unicode support.
Syntaxe
var result = str_lower("Hello World");
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
str | yes | - | String to convert |