deburr

String
since 3.0.0

Arguments

  • string The string to deburr.

Returns

string the deburred string.

Deburrs string by converting Latin-1 Supplement and Latin Extended-A letters to basic Latin letters and removing combining diacritical marks.

Example of Lodash _.deburr

_.deburr('déjà vu');
// => 'deja vu'