this is a sample of the xml file
<row tnote="0">
<entry namest="col2" nameend="col4" us="none" emph="bld"><blst>
<li><text>Single, head of household, or qualifying widow(er)—$55,000</text></li>
<li><text>Married filing jointly—$115,000</text></li>
</blst></entry>
<entry colname="col6" ldr="1" valign="middle"> </entry>
<entry colname="col7" valign="middle"> 5.</entry>
</row>
the —
etc represent HTML 4.0 entities. i want to store each line's text as an element of an array, but not if the line is just  
if e.text.strip =~ /^ [0-9][0-9];$/ then
next
else
subLines << e.text
end
but it doesn't seem to be working...is my regEx incorrect?