Loading TOC...
Matches for cat:function/javascript (cat:function (cat:function/javascript (cat:function (cat:function)))) have been highlighted. remove

MarkLogic 12 Product Documentation
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.