|
-
Oct 1st, 2000, 09:17 AM
#1
Thread Starter
Hyperactive Member
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[]
Visual Basic 6 SP4 on win98se
QUIT THE RAT RACE BECAUSE YOUR MESSING THE WORLD UP !!!!!
-
Oct 1st, 2000, 12:25 PM
#2
Use the Replace function.
Code:
Text1.text = Replace(Text1.text, "arse", "****")
This will filter out every word that contains arse.
Even if you have it: arsewipe, it will turn out like: ****wipe .
-
Oct 1st, 2000, 12:32 PM
#3
Thread Starter
Hyperactive Member
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 .
Visual Basic 6 SP4 on win98se
QUIT THE RAT RACE BECAUSE YOUR MESSING THE WORLD UP !!!!!
-
Oct 1st, 2000, 12:39 PM
#4
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 .
You are a programmer, can't get to lazy.
You can do it, I have faith in you.
-
Oct 1st, 2000, 01:15 PM
#5
Thread Starter
Hyperactive Member
I guess I'm to type the most absurd words known to man
in the name of Progress .
Visual Basic 6 SP4 on win98se
QUIT THE RAT RACE BECAUSE YOUR MESSING THE WORLD UP !!!!!
-
Oct 1st, 2000, 04:04 PM
#6
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|