1.0.0 • Published 4 years ago

confusable-replace v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Node.js Confusable Replace

This module lets you replace ascii characters from a string with unicode confusables. Unicode confusables are unicode characters that are similar to ascii equivalents. The purpose of this is to bypass string filters that are not aware of unicode confusable replacements.

Installing

npm install confusable-replace

Usage

  require('confusable-replace');

  async function main() {
    console.log('This is an example string'.obfuscate());
  }

  main();

Author

Ícaro Augusto

Changelogs

1.0.0

Created.