Good Morning Everyone,
Are you ready for this ? You'll never guess what I'm looking for . I'm trying to filter out certain words . DO you know where I can get a text files of "curse words" .
Thanks ,
[]Private[]
Printable View
Good Morning Everyone,
Are you ready for this ? You'll never guess what I'm looking for . I'm trying to filter out certain words . DO you know where I can get a text files of "curse words" .
Thanks ,
[]Private[]
Use the Replace function.
This will filter out every word that contains arse.Code:Text1.text = Replace(Text1.text, "arse", "****")
Even if you have it: arsewipe, it will turn out like: ****wipe :rolleyes:.
I was hoping someone had a list of curse words already made that way I won't have to right them all out .
I didn't want to write a whole page of swears .:)
You are not aloud to say that stuff on the board, I don't think John would appreciate it.
You can make it, just open a text file and...think and type of words. When you are born, you are familiarized with these words :rolleyes:.
You are a programmer, can't get to lazy.
You can do it, I have faith in you.
I guess I'm to type the most absurd words known to man
in the name of Progress . :)
I have a list of most swear words. Give me your E-mail and I'll send them to you.
Before you guys get any ideas, allow me to explain. This was a file used on a BBS I used to run. There were message boards and E-mail in which I used this file to filter out all the bad words.