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


toLowerCase(text) #Output: Text



Parser expressionDescription


toLowerCase("heLLo WORLD!")


This example returns:

hello world!


toLowerCase("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



Use cases and examples



Parser function cloudtoLowerCase()
Map(tick)
Notes






Status
Tech review

Style guide




Short description

Converts a given text with all its characters lower case.

Output

Available since

Label