Can you filter profanity while keeping upper and lowercased letters?
How the @$#%! do they do it?
HyperGeek
7:54 pm on Feb 3, 2005 (gmt 0)
I can change change everything the uppercase or lowercase, and then censor, but then the entire filtered message ends up in either uppercase or lowercase.
Is there an ASP/VBscript workaround for this? ASP.net maybe?
Easy_Coder
12:21 am on Feb 4, 2005 (gmt 0)
There's nothing intrinsic; you'll need to write your own solution...
Zaphod Beeblebrox
8:40 am on Feb 4, 2005 (gmt 0)
Use the VBScript/ASP Replace function. vbTextCompare is case-insensitive: