Formats a string into uppercase letters.
Syntax
to_upper($input)
Parameters
$input: The sting to format.
Example
{
"key": "one two. tHrEe FoUR"
}
{
numbers: to_upper(key)
}
{
"numbers": "ONE TWO. THREE FOUR"
}
Formats a string into uppercase letters.
to_upper($input)
$input: The sting to format.
{
"key": "one two. tHrEe FoUR"
}
{
numbers: to_upper(key)
}
{
"numbers": "ONE TWO. THREE FOUR"
}