Searched refs:reLatin (Results 1 – 4 of 4) sorted by relevance
5 var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g; variable42 return string && string.replace(reLatin, deburrLetter).replace(reComboMark, '');
210 var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;14251 return string && string.replace(reLatin, deburrLetter).replace(reComboMark, '');
196 var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;14183 return string && string.replace(reLatin, deburrLetter).replace(reComboMark, '');