Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 740 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 740 Bytes

confusables-js

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