Thanks Jochem......will try this out..
-----Original Message----- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: 14 April 2005 12:02 To: CF-Talk Subject: Re: RegEx - help Robertson-Ravo, Neil (RX) wrote: > Anyone got a RegEx to strip out certain HTML tags (and content between > them). I have a working StripHTML UDF now but I require one which can say > remove this in its entirety: > > <select name="foo"> > <option value="ping">pong</option> > </select> > > Any RegEx gurus out there switched on today? REReplaceNoCase(string,"<select.*(</select>)?","","ALL") Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202753 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

