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