Status
Tech review

Style guide



Short description

Capitalizes an entire text.

Output

Available since



This function converts all whitespace-separated words in the given text into capitalized words (only the word's first letter is upper case and the remaining letters are lower case).


capitalizeWordsFully(text) #Output: Text



Parser expressionDescription


capitalizeWordsFully("heLLo WORLD!")


This example returns "Hello World!"


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