Versions Compared

Key

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

Page properties
hiddentrue
Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

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 Statussubtletruetitletext 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.

Page properties
hiddentrue
Short description

Converts a given text with all characters to upper case.

Output

Status
subtletrue
titletext