S
S. Cole
Hey,
Can someone help create one/two regular expression(s) for this?
code:
<table width=100%% class='list'
cellpadding=2 cellspacing=0>
<font size=-1>1.</font></td>
<td align=left valign=center style='border-bottom: hidden;'
style='padding: 5 3 5 3'><font size=-1>English</font></td><td
valign=center style='padding: 2 3 2 3; border-right: hidden; border-
bottom: hidden;' ><table class=bar cellspacing=0 width=100
height=4><td bgcolor=4684ee ></table>
<table class=bar cellspacing=0 width=30 height=4><td bgcolor=dc3912 ></
table>
</td>
</tr>
</table>
I want to pull out the width value located here:
<table class=bar cellspacing=0 width=100 height=4>
and
<table class=bar cellspacing=0 width=30 height=4>
It doesn't matter if it's done in one expression and the result is
separated with a , (ie results = 100,30) or two expressions... one
putting the width value of one and the other pulling the width value
of the other.
If anyone can help, it would be greatly appreciated.
Shannon
Can someone help create one/two regular expression(s) for this?
code:
<table width=100%% class='list'
cellpadding=2 cellspacing=0>
border-left: hidden; border-bottom: hidden;'><td align=right valign=center width=1px style='padding: 5 3 5 10;
<font size=-1>1.</font></td>
<td align=left valign=center style='border-bottom: hidden;'
style='padding: 5 3 5 3'><font size=-1>English</font></td><td
valign=center style='padding: 2 3 2 3; border-right: hidden; border-
bottom: hidden;' ><table class=bar cellspacing=0 width=100
height=4><td bgcolor=4684ee ></table>
<table class=bar cellspacing=0 width=30 height=4><td bgcolor=dc3912 ></
table>
</td>
</tr>
</table>
I want to pull out the width value located here:
<table class=bar cellspacing=0 width=100 height=4>
and
<table class=bar cellspacing=0 width=30 height=4>
It doesn't matter if it's done in one expression and the result is
separated with a , (ie results = 100,30) or two expressions... one
putting the width value of one and the other pulling the width value
of the other.
If anyone can help, it would be greatly appreciated.
Shannon