You're my hero...

-----Original Message-----
From: Don Vawter [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 1:27 PM
To: CF-Talk
Subject: Re: RegEx newbie help...


rereplace(st,'<[^>]*>','',"all")  should do it

        ���
         ~
Don Vawter

----- Original Message -----
From: "Ian Lurie" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, April 05, 2002 2:21 PM
Subject: RegEx newbie help...


> 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
>
>

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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

Reply via email to