MarkLogic Server 11.0 Product Documentation
xdmp.initcapxdmp.initcap(
string as String?
) as String?
Summary
Returns the string where the first letter of each token has been uppercased.
Parameters |
string |
The string to modify.
|
Example
xdmp.initcap("my simple example");
=> "My Simple Example"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.