Here use this code, I just threw it together so it may need some tinkering
<cfset myBadWords = "fuck|shit|damn"><!--- must delimn with "|" --->
<cfset myString = "this is my fucking string fuck you and you and they all
can eat shit, damnit!">
<cfset myString = ReReplaceNoCase(myString,myBadWords,"@!##$%!","ALL")>
<cfoutput>#mystring#</cfoutput>
Now if I can finish eating this soap.... (sorry if it offended anyone)
Happy Coding,
______________________
Brett Suwyn
mailto:[EMAIL PROTECTED]
http://www.siteobjects.com
> -----Original Message-----
> From: Nathan Shaw [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 04, 2000 9:59 AM
> To: [EMAIL PROTECTED]
> Subject: OT: Sailor/Toilet tag
>
>
> Sorry for the OT. Does anyone know of a tag that strips out all
> 'sailor/toilet' talk? I could only find one on Allaire' site called
> CF_ToiletWatch. It is essentially what we want, but it is
> encrypted and they
> want $20 for it. Are there any others out there?
>
> Look forward to the conference Steve. It will be nice to get back to
> C'Ville, especially in the fall!
> -----------------------------------------------
> Nathan Shaw
> Web Designer/Developer
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.