oi Ian!!

http://www.maxfusion.co.uk/showbook.cfm?BookID=18


-- 
Critz
Certified Adv. ColdFusion Developer

Crit[s2k] - <CF_ChannelOP Network="Efnet" Channel="ColdFusion">
------------------------------------
Monday, June 3, 2002, 6:55:55 PM, you wrote:

IL> Ah. I tried that before as *.</head> - switching the two characters did the
IL> trick.

IL> Thanks!

IL> Any good sites/books out there about RegEx?

IL> -----Original Message-----
IL> From: Matthew Walker [mailto:[EMAIL PROTECTED]]
IL> Sent: Monday, June 03, 2002 3:44 PM
IL> To: CF-Talk
IL> Subject: RE: REGEX help


IL> You can't use * by itself. It needs to apply to something. Try
IL>         .*</HEAD>

IL> Regards,
IL> Matthew Walker
IL> /*
IL>         Easier, smarter forms:
IL>         http://www.matthewwalker.net.nz/inform2
IL> */



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

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