Add l33k speak regex
The idea of this todo item is to simply add leek speak filtering.
IE:
ass
@ss
a$$
etc...
The way I see it, regex's are too system intensive to run every time the method is called, so instead, leek speak is only going to be available on modern browsers.
I want to suck the phrases out of both the custom list and the external list, run all the phrases throug…
The idea of this todo item is to simply add leek speak filtering.
IE:
ass
@ss
a$$
etc...
The way I see it, regex's are too system intensive to run every time the method is called, so instead, leek speak is only going to be available on modern browsers.
I want to suck the phrases out of both the custom list and the external list, run all the phrases through a regex and swap out all known leek speak characters (example: ["a", "@", "i","!"]
), from there I'll store the existing words with the new words into localStorage
.