Skip to content

tstrimple/asciify-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asciify-string

Convert a unicode string to a readable ascii-only string.

Usage

var asciify = require('asciify-string')

console.log(asciify('Déjà Vu')); // Deja Vu

Asciify on NPM

You can install node-slugs via NPM, like so:

npm install asciify-string

License

Licensed under Apache 2.0, see license.txt for details.

About

Convert a unicode string to a readable ascii-only string.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published