Versions Compared

Key

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


Page properties
hiddentrue



Status
Tech review

Status
colourYellow
titletodoReady for review

Style guide

Status
colourYellow
titletodoReady for review

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



Page properties
hiddentrue


Short description

 Returns the Returns a text s with all its characters converted to upper case.

Output

Status
subtletrue
titletext

Available since




UI Text Box
sizemedium
typeinfo

The function returns the text s text with all its characters converted to upper case.


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


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
toUpperCase("heLLo WORLD!")


This example returns a text : 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
xxxtext

Status
subtletrue
titledata typeText

Any given textParameter description.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext