Giles,

From what I understand then, you want to *check* whether the current row you have found has <tr></tr> and check whether this row has 3 <td></td>'s in it?

Using .*? makes the .* non-greedy, and may provide you with more of what you want.

Also, is the data returned well-formed? It may be worth stuffing it through XML in that case (note: MX only)...?

Just a question: Is this a production app, or is it a do it once and never have to do it again thing? If it's the latter, it's probably worth doing it simply and more memory intensively (with finds and loops) to ensure you get it right. Messing around with a regex for this kind of thing is useful but can be painful unless you are certain it's needed.

Paul

--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
     *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
          *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]



Reply via email to