Rereplacenocase((<font|</font)[^>]*>", "", "ALL")
-----Original Message----- From: Smith, Daron [PA] [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 10:29 AM To: CF-Talk Subject: Regular Expression Question If I want to do a regular expression replace to remove several (but not all HTML tags) what is the syntax that I should use. I want the expresion to find, for example, the '<font and end at the '>' tag regardless of what is in the middle. I've tried this <cfset mystring=rereplacenocase(mystring,"^<FONT$>","","ALL")> but that doesn't seem to work. Any suggestions? Thanks for your help Daron J. Smith Web Developer PSEA [EMAIL PROTECTED] 717-255-7141 1-800-944-PSEA (7732) x 7141 Please note new email address (old one with 'mail' will soon expire) FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

