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 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.

The function returns a STRING.

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