RE: Call to the regex ninja clan

2003-01-01 Thread Ben Doom
, Inc -Original Message- From: Teel, C. Doug [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 31, 2002 3:01 PM To: CF-Talk Subject: RE: Call to the regex ninja clan Try this. If you need to add more tags just put them in the first set of parenthesesis in between the pipes. Thanks Doug

RE: Call to the regex ninja clan

2002-12-31 Thread Chris Phillips
Try the following function form CFLib.org - called safetext it seems designed to remove nasty HTML tags - however you can adapt it heavily to remove whatever HTML you need to. I have :-) http://www.cflib.org/udf.cfm?id=56 Chris -Original Message- From: Sean Daniels [mailto:[EMAIL

RE: Call to the regex ninja clan

2002-12-31 Thread Ben Doom
I laugh at the challenge presented by this regex. It is no match for my awesome ninja skillz. Two notes: 1) This is not tested, so may have typos or things I didn't think about, but it's pretty simple and unlikely to be broken. 2) This may need to be edited a bit based on the language they

RE: Call to the regex ninja clan

2002-12-31 Thread Teel, C. Doug
Try this. If you need to add more tags just put them in the first set of parenthesesis in between the pipes. Thanks Doug #rereplacenocase('#yourstring#','(p|font|textformat).*(.*)\/\1','\2','AL L')# -Original Message- From: Sean Daniels [mailto:[EMAIL PROTECTED]] Sent: Tuesday,