Hi everyone, i have written a regex that should (i think) return an instance
of any <cfquery name=blah datasource=foo>  in a page.

I read a page into meory first, and call it page_buffer. The regex looks
like this:

ReFindNoCase("<cfquery +name=[a-z]+[0-9]* +datasource=[a-z]+",
#page_buffer#)

For some reason, however, this does not turn up any mathces.  Could any of
you regex wiards out there tell me why?

Chris Martin

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to