Node bindings for the confusables
library.
A Rust crate that provides utilities around Unicode confusables/homoglyphs. Specifically about:
- detecting confusable characters in strings
- replacing confusable characters (according to the data file specified in the Unicode® Technical Standard)
- confusable-resilient operations (equality, contains) on strings
For usage examples, see here.
Install with
npm i @antonisbarotsis/confusables-js