Post Reply 
Limiting container tab scope
Apr. 15, 2011, 04:15 PM
Post: #4
RE: Limiting container tab scope
(Apr. 14, 2011 03:24 PM)whenever Wrote:  What about:
Code:
(<(div|tr)\1(^*<$TST(\1)) \0</$TST(\1)>)\9
didn't match.

(Apr. 15, 2011 02:53 AM)JJoe Wrote:  After $TST, I might try something like....
did'nt quite get but will try to figure it out.

my problem was that <div*><div*></div> matched (not <*div></div><div*>), while the match should have been limited to only one div container (ie <div*></div>)

changed the update again to be more stricter and match only tags
Code:
(<(div|tr)\1 \0</$TST(\1)>)\9(^$TST(\0=*<$TST(\1)*))
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Limiting container tab scope - sh8an - Apr. 14, 2011, 01:06 PM
RE: Limiting container tab scope - whenever - Apr. 14, 2011, 03:24 PM
RE: Limiting container tab scope - JJoe - Apr. 15, 2011, 02:53 AM
RE: Limiting container tab scope - sh8an - Apr. 15, 2011 04:15 PM

Forum Jump: