Skip to content

toKebabCase should remove diacritics of characters #170

Open
@necrifede

Description

When there is a character with diacritics it should be converted to the base character

It is necessary when using different languages

> R_.toKebabCase('Adiós  amigo Español')
"adios-amigo-espanol"

> R_.toKebabCase('Tschüss Freund')
"tschuss-freund"

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions