Vitaly Puzrin 0bc3804849 1.0.2 released
2017-03-05 05:21:05 +03:00
2016-12-09 12:28:08 +03:00
2016-12-09 12:28:08 +03:00
2016-12-09 12:28:08 +03:00
2016-12-09 12:28:08 +03:00
2017-03-05 05:16:50 +03:00
2017-03-05 05:16:50 +03:00
2016-12-09 12:28:08 +03:00
2016-12-09 12:28:08 +03:00
2017-03-05 05:21:05 +03:00
2017-03-05 05:16:50 +03:00
2016-12-09 12:28:08 +03:00
2016-12-09 12:28:08 +03:00

unhomoglyph

Build Status NPM version

Replace all homoglyphs with base characters. Useful to detect similar strings.

Data source - Recommended confusable mapping for IDN, v9.0.0.

Install

npm install unhomoglyph --save

Example

const unhomoglyph = require('unhomoglyph');

console.log(unhomoglyph('AΑА')); // => AAAAAAA

Update

npm run update

License

MIT

Description
No description provided
Readme MIT 211 KiB
Languages
JavaScript 100%