Yup, as soon as I saw it it made sense - one of those days for me, I
guess...

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


And if you are wondering why,

<[^>]*>

in english:

a < followed by zero or more characters that are not a > followed by a >

Jerry Johnson


>>> [EMAIL PROTECTED] 04/05/02 04:26PM >>>
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
>
>


______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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