Loading TOC...

xdmp.diacriticLess

xdmp.diacriticLess(
   string as String
) as 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.diacriticLess("José");
=> Jose

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