I didn't got it wrong. The aplication's running .net 3.5. There are no parsers working for 3.5, I swear.
I'm trying fetch a table tag, which has a keyword fragment within its ID.
I tried using this regex
"<table.*ctl01.*>.*</table>"
some listing:
<table class="Default_GridClass" cellspacing="0" rules="all" border="1" id="ctl00_ContentPlaceHolder1_CustomerByLocation_ViewPanelStandAlone_ViewPanel_Grid_ctl01">
this table tag is located inside its two parent's table tags.
actually, the parent tables contain no "ctl01" fragment in their ID. but, using my regex i get all 3 tables instead of that one