404-html/internet-cleaner

Case sensitive internet cleaning

Closed this issue · 1 comments

Let's say we're replacing:
f*uck
with:
butterfly

The goal is to have following results:
f*ck => butterfly
F*ck => Butterfly
F*CK => BUTTERFLY

It would be good to start with unit tests and do TDD.
Whole magic is happening in cleaner.js class.

Done with #6.