in reply to Re: combine two-part regex test
in thread combine two-part regex test

The problem is that if a different row in the table contains "N/A", it will still match.

Replies are listed 'Best First'.
Re^3: combine two-part regex test
by BrowserUk (Patriarch) on Jan 29, 2007 at 22:57 UTC
      That's probably as good as it can get without grabbing a real parser or doing it in 2 parts. The only trouble with this approach is that it's very vulnerable to changes in the td/th stuff, which is why I was trying to key off just the row markers.