Skip to content
/ undress Public

Replace accented unicode characters with their ASCII equivalents

Notifications You must be signed in to change notification settings

evlun/undress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

undress provides a function which replaces accented unicode characters with their ASCII equivalents. Unicode characters without a clear ASCII representation (such as ) will be ignored.

Usage

require('undress')('éäçñÜæ'); // -> 'eacnUae'

Installation

npm install undress

License

Public domain.

About

Replace accented unicode characters with their ASCII equivalents

Resources

Stars

Watchers

Forks

Packages

No packages published