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