HTML strip function

2000-09-07 Thread Brandon Behrens
This is a multi-part message in MIME format. --=_NextPart_000_0073_01C018AE.0A58ECF0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello, I was wondering if there is a built in function in CF to remove any HTML from a string. Thanks, Brandon

RE: HTML strip function

2000-09-07 Thread Courtney Payne
t: Thursday, September 07, 2000 10:29 AM To: Cf-Talk@Houseoffusion. Com Subject: HTML strip function This is a multi-part message in MIME format. --=_NextPart_000_0073_01C018AE.0A58ECF0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello, I w

RE: HTML strip function

2000-09-07 Thread Rich Wild
I was wondering if there is a built in function in CF to remove any HTML from a string. cfset text = REReplace(text, "[^]*", "", "All") --- Rich Wild Senior Web Designer --- e-mango.com

Re: HTML strip function

2000-09-07 Thread JustinMacCarthy
USE REReplace(mytext, "[^]*", "", "All") ~Justin MacCarthy - Original Message - From: "Brandon Behrens" [EMAIL PROTECTED] To: "Cf-Talk@Houseoffusion. Com" [EMAIL PROTECTED] Sent: Thursday, September 07, 2000 3:28 PM Subject: HTML stri