Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Obscenity word table
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01477715
Message ID:
01478105
Views:
47
>>>>But as I stated "I plan to have the most aggressive check I can, and permit the user to "certify" that the content is non-objectionable, but know someone is watching."
>>>>
>>>>I'd rather get a chuckle outta someone by mistaking an innocent "tally-ho", and have them confirm that it's not offensive, than to make no attempt at filtering offensive language.
>>>
>>>One of my favorite tricks is
>>>
lcWords=" "+chrtran(lcText, "!"#$%&/()=?'+--_.:,;0123456789"+["], " ")+" "
>>>llFound=atc(" "+lcSuspectWord+" ", lcWords)
>>>to check whether the whole word is contained in it. Fox is blazingly fast if you do this one paragraph at a time.
>>
>>
>>
lcWords=" "+chrtran(lcText, "!"#$%&/()=?'+--_.:,;0123456789"+["], " ")+" "
>>
>>Gotta "Missing Operand" error here, and I'm not smart enough to debug it!
>>
>>Thanks,
>>
>>dg
>
>A one bad char...
>
>
lcWords=" "+chrtran(lcText, "!@#$%&/()=?'+--_.:,;0123456789"+["], " ")+" "
>

Too many double quotes?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform