
xdmp.diacriticLess( string as String ) as String
Returns the specified string, converting all of the characters with diacritics to characters without diacritics.
| Parameters | |
|---|---|
| string | The string to convert. |
xdmp.diacriticLess("José");
=> Jose
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.