Status
Tech review

Style guide




Short description

Converts a given text with all characters to upper case.

Output

Available since




This function converts the given text with all characters to upper case.


toUpperCase(text) #Output: Text



Parser expressionDescription


toUpperCase("heLLo WORLD!")


This example returns the following text:"HELLO WORLD!"


toUpperCase("Jira Workflow Toolbox!")


This example returns the following text:"JIRA WORKFLOW TOOLBOX!"



Parameters used in this function

ParameterInput (data type)Description
text

Any given text.



This function returns a