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

Compare with Current View Page History

« Previous Version 4 Next »

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

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

This example returns a text : "HELLO WORLD!"

Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT