Forum Moderators: coopster
I can come up with an expression that selects each td pair, or an expression which extracts values, but not both.
Can a regex which does both be created, or should I break this down into 2 steps:
1) Extract td groups
2) Extract values from each group
A regex which does all would be best.