deburr source npm

_.deburr([string=''])

Deburrs string by converting latin-1 supplementary letters#Character_table) to basic latin letters and removing combining diacritical marks.

Arguments

  1. [string=''] (string)

    The string to deburr.

Returns (string)

Returns the deburred string.

Example

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