Results 1 to 6 of 6

Thread: Filter text question

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    258
    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 !!!!!

  2. #2
    Guest
    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 .

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    258
    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 !!!!!

  4. #4
    Guest
    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.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    258
    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 !!!!!

  6. #6
    Guest
    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
  •  



Click Here to Expand Forum to Full Width