P
Papajo
Hi,
This script is designed to remove foul language from a document, the
question is that it will only remove what is put into the array, these
words are in lowercase, now how can I have the script parse the document
in lowercase?
If foul words start with a cap or their in uppercase the script won't
remove them.
I tried putting .toLowerCase(); into different parts of the script and
it powered me off a few times. Any help is appreciated. Thanks Joe
PS: this is a basic version of the script:
http://web2jo.com/TBed/LangFilter.html
This script is designed to remove foul language from a document, the
question is that it will only remove what is put into the array, these
words are in lowercase, now how can I have the script parse the document
in lowercase?
If foul words start with a cap or their in uppercase the script won't
remove them.
I tried putting .toLowerCase(); into different parts of the script and
it powered me off a few times. Any help is appreciated. Thanks Joe
PS: this is a basic version of the script:
http://web2jo.com/TBed/LangFilter.html