You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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

Syntax
toUpperCase(text) #Output: Text
Examples
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!"
Additional information

Parameters used in this function

ParameterInput (data type)Description
text

TEXT

Any given text.
Output

This function returns a TEXT