$toUpperCase
$toUpperCase
will change the given text from lowercase to uppercase.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
text | string | The text to change to uppercase. | true |
Example(s)
This will everything given to uppercase, in this case it would return THIS IS AN EXAMPLE
: