-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Does anyone have any experience with using Dimacs w3 Sockets?

http://www.dimac.net/

- --
Jay

- ----- Original Message ----- 
From: "Ian Lurie" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, June 03, 2002 11:55 PM
Subject: RE: REGEX help


> Ah. I tried that before as *.</head> - switching the two characters did
> the trick.
> 
> Thanks!
> 
> Any good sites/books out there about RegEx?
> 
> -----Original Message-----
> From: Matthew Walker [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 03, 2002 3:44 PM
> To: CF-Talk
> Subject: RE: REGEX help
> 
> 
> You can't use * by itself. It needs to apply to something. Try
> .*</HEAD>
> 
> Regards,
> Matthew Walker
> /*
>         Easier, smarter forms:
>         http://www.matthewwalker.net.nz/inform2
> */
> 
> 
> 
> > -----Original Message-----
> > From: Ian Lurie [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, 4 June 2002 10:25 a.m.
> > To: CF-Talk
> > Subject: REGEX help
> >
> >
> > Someday I'll figure this out:
> >
> > I need to replace all characters from </head> to the beginning of the
> > string, inclusive. How do I do it?
> >
> > I tried:
> >
> > <CFSET content = ReReplaceNoCase(content,"*</HEAD>","")>
> >
> > But got nowhere...
> >
> > Ian
> >
> > Portent Interactive
> > Helping clients build customer relationships on the web since 1995
> > Consulting, design, development, measurement
> > http://www.portentinteractive.com
> > Talk with us: http://projects.portentinteractive.com
> >
> >
> 
> 
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to