Sorry for the off topic post but I know there are some RegEx gurus on here so hopefully you'll be able to help me out.
I want to be able to find a certain row in an html document. To do this I need to pad the spaces where I don't know what will be there (<font, <strong tags ect with [^somecharacter]* but I don't know what character I shoul dues. Really I want to say [^</tr]* but that means not < or / ect which doesn't sowk as the <font tags also have </font tags. Is there a way I can say [^</tr]* ? I have tried a few variations but none have worked. Thanks Giles Roadnight http://giles.roadnight.name -- 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]
