in reply to Re^2: Text Parse Question with RegEx
in thread Text Parse Question with RegEx

The problem is that this data is contained on many different pages and will show up in different rows. The HTML also varies around the rows I want.

One more reason for not wanting to use regexen and adopt a solution based on a proper HTML parser instead, just as GrandFather suggested.