String Case To Upper ?
This wildcard converts all lowercase letters of a string to uppercase. The wildcard is used in the following ways.
{string.case.to.upper.?}
For the following input (?) --> this wildcard formats the string like this
The output is going to be --> THIS WILDCARD FORMATS THE STRING LIKE THIS
Last updated