Ruby Regex Help

Posted by bunnyBEARZ on Stack Overflow See other posts from Stack Overflow or by bunnyBEARZ
Published on 2010-03-14T01:36:50Z Indexed on 2010/03/14 1:45 UTC
Read the original article Hit count: 385

Filed under:
|

I know a little bit of regex, but not mutch. What is the best way to get just the number out of the following html. (I want to have 32 returned). the values of width,row span, and size are all different in this horrible html page. Any help?

<td width=14 rowspan=2 align=right><font size=2 face="helvetica">32</font></td>

© Stack Overflow or respective owner

Related posts about ruby

Related posts about regex