Lodash.deburr

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

struct Lodash
nothrow @trusted @safe ref
deburr
()
()

Return Value

Type: auto ref

- Lodash chained on (string): the deburred string.

Meta