Home
last modified time | relevance | path

Searched refs:reLatin (Results 1 – 4 of 4) sorted by relevance

/plugin/asciidocjs/node_modules/lodash/
Ddeburr.js5 var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g; variable
42 return string && string.replace(reLatin, deburrLetter).replace(reComboMark, '');
Dlodash.js210 var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;
14251 return string && string.replace(reLatin, deburrLetter).replace(reComboMark, '');
/plugin/sequencediagram/bower_components/lodash/
Dlodash.js196 var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;
14183 return string && string.replace(reLatin, deburrLetter).replace(reComboMark, '');
/plugin/sequencediagram/bower_components/lodash/dist/
Dlodash.js196 var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;
14183 return string && string.replace(reLatin, deburrLetter).replace(reComboMark, '');