capitalize
Returns the input string value, where the first letter of each word is capitalized.
Languages
Built-in, C++, C#, Java.
Parameters
Name | Type | Description |
---|---|---|
value | xs:string | The input value. |
Example
If the input value is the quick brown fox, the function returns The Quick Brown Fox.