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 capitalizes all the whitespace-separated words in string s and returns a STRING

Syntax
capitalizeWords(string s) #Output: String
Examples
Parser expressionDescription
 capitalizeWords("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