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

Compare with Current View Page History

« Previous Version 6 Next »

The function Converts all the whitespace-separated words in string s into capitalized words. i.e., each word is made up of a title case character and then a series of lowercase characters.

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