cosmicsea
01-24-2010, 04:23 PM
I am trying to grab the following information with my crawler and am having trouble with the format. I want to grab whatever number value is in this piece of html. like in this for example "148Mb".
<span class="size">| 148Mb</span>
here is what im trying to use that is not working
/<span class\=\"size\"\>\| ([\d+\.]{0,12} [A-Za-z]{2})\<\/span\>/
can someone help me get this correct please? Thanks.
<span class="size">| 148Mb</span>
here is what im trying to use that is not working
/<span class\=\"size\"\>\| ([\d+\.]{0,12} [A-Za-z]{2})\<\/span\>/
can someone help me get this correct please? Thanks.