4.17.11
3.10.1
2.4.2
1.3.1
_.deburr([string=''])
Deburrs string by converting
Latin-1 Supplement
and Latin Extended-A
letters to basic Latin letters and removing
combining diacritical marks.
Since
3.0.0
Arguments
argument
[string='']type
string
description
The string to deburr.
Returns
(array)Example
_.deburr("déjà vu");
// => 'deja vu'
_.deburr("déjà vu");
// => 'deja vu'