Status
Tech review

Style guide




Short description

Returns a text with all characters converted to upper case.

Output

Available since




The function returns the text with all characters converted to upper case.


toUpperCase(text) #Output: Text



Parser expressionDescription


toUpperCase("heLLo WORLD!")


This example returns  "HELLO WORLD!"


toUpperCase("Jira Workflow Toolbox!")


This example returns "JIRA WORKFLOW TOOLBOX!"



Parameters used in this function

ParameterInput (data type)Description
text

Any given text.



This function returns a