Loading TOC...

xdmp:diacritic-less

xdmp:diacritic-less(
   $string as xs:string
) as xs:string

Summary

Returns the specified string, converting all of the characters with diacritics to characters without diacritics.

Parameters
string The string to convert.

Example

xdmp:diacritic-less("José")
=> Jose

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.