<CFSET b="some stuff first <body>Middle of message </body> stuff ending"> <cfset a=reReplaceNoCase(b,"<*^>","")> <CFOUTPUT>#a#</CFOUTPUT>
On Fri, 5 Apr 2002, Ian Lurie wrote: > Hi all, > > Just started messing with Regular Expressions - I need to replace all > instances of < and >, and any characters in between them, with "". > > What's the right statement? I tried: > > #rereplacenocase((left(summary,200)),"(<*>)","")# > > and > > #rereplacenocase((left(summary,200)),"<*>","")# > > but can't seem to get it right. > > Thanks in advance, > > Ian > > Portent Interactive > Helping clients build customer relationships on the web since 1995 > Consulting, design, development, measurement > http://www.portentinteractive.com > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com 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

