You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

Syntax
toUpperCase(string s) #Output: String
Examples
Parser expressionDescription
toUpperCase("heLLo WORLD!")

The function returns a STRING : "HELLO WORLD!"

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a STRING