This function converts a given text with all its characters to lower case.

Syntax
toLowerCase(text) #Output: Text
Examples
Parser expressionDescription
toLowerCase("heLLo WORLD!")

This example returns:

hello world!

toLowerCase("Jira Workflow TOOLBOX!")

This example returns:

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


Use cases and examples