Skip to content
/ decancer Public
forked from null8626/decancer

Node.js module that decancers a string from zalgos, emojified texts, fancy unicode fonts, foreign characters, and so much more.

License

Notifications You must be signed in to change notification settings

45i/decancer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decancer

Node.js module that decancers a string. Cleans everything back to it's lowercased, clean, alphanumeric state.

installation

Install with npm:

$ npm install decancer

example

const decancer = require('decancer');

const noCancer = decancer('vEⓡ𝔂 𝔽𝕌Ňℕy ţ乇𝕏𝓣');
console.log(noCancer); // 'very funny text'

NOTE: all output will be in lowercase.

contributions

All contributions are welcome. If you want to, you can make a fork here at GitHub. Thanks! <3

About

Node.js module that decancers a string from zalgos, emojified texts, fancy unicode fonts, foreign characters, and so much more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%