Detalhes do pacote

strip-accents

snymkmr23ISC1.0.5

Removes the accents/diacritics from a string, converting them to their corresponding non-accented ASCII characters.

accent, remove-accent, strip-accent

readme (leia-me)

strip-accents

Removes accents and diacritics from a string, returning plain ASCII characters.

Strip Unicode/UTF-8-character from a string

Install

$ npm install strip-accents

Usage

const stripAccents = require ('strip-accents');

stripAccents("Sañyam") 
//=> 'Sanyam'

Maintainers