T
Tom
Hello, I have and application that I am working on that
takes a string of inmput from the user and searches the
string for "bad" words. If it finds any offensive words
it displays a message to the user that the need to re-
enter thier string with non-offensive language. I would
like to read this data from an array but have the
offending "words" encrypted or read from a file that had
the words encrypted. Basically I want to have it so the
offending words are not shown at all in the code. How can
I go about doing this? Are hash tables my answer in
vb.net?
Thanks in advance!
takes a string of inmput from the user and searches the
string for "bad" words. If it finds any offensive words
it displays a message to the user that the need to re-
enter thier string with non-offensive language. I would
like to read this data from an array but have the
offending "words" encrypted or read from a file that had
the words encrypted. Basically I want to have it so the
offending words are not shown at all in the code. How can
I go about doing this? Are hash tables my answer in
vb.net?
Thanks in advance!