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