Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue



Status
Tech review

Status
colourYellowGreen
titleReady for reviewdone

Style guide

Status
colourYellow
titleReady for review

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

Converts a given text with all characters to upper case.

Output

Status
subtletrue
titletext




UI Text Box
sizemedium
typeinfo

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


Code Block
languagebash
titleSyntax
linenumberstrue
toUpperCase(text) #Output: Text


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
%{toUpperCase("heLLo WORLD!")}


This example returns:

HELLO WORLD!


Code Block
languagebash
linenumberstrue
%{toUpperCase("Jira Workflow Toolbox!")}


This example returns:

JIRA WORKFLOW TOOLBOX!



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
text

Status
subtletrue
titleText

Any given text.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext


ui-text-box
typetip

If you want to convert the given text to lower case, have a look at the toLowerCase() function.