Versions Compared

Key

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


Page properties
hiddentrue



Status
Tech review

Status
titletodo

Style guide

Status
titletodo

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



Page properties
hiddentrue


Short description

 Returns

Status
subtletrue
titlestring
s with all its characters converted to upper case.

Output

Status
subtletrue
titlestring




UI Text Box
sizemedium
typeinfo

The function returns

Status
subtletrue
titlestring
s with all its characters converted to upper case.


Code Block
languagebash
titleSyntax
linenumberstrue
toUpperCase(string s) #Output: String


UI Expand
titleExamples


Parser expressionDescription


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


The function returns a

Status
subtletrue
titlestring
: "HELLO WORLD!"



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The function returns a

Status
subtletrue
titlestring