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