What I basically want to do is search a webpage for a piece of data (the XX.XX), always contained within:
XX.XXg</FONT>
I've read quite a bit about site scrapping and the such, but couldn't find the solution yet.
Now, I would have ranges set up somehow in a table, with matching numbers. I would want to see on which range that XX.XX is and take the data correspondent for the XX.XX.
To be more precise XX.XX would be a weight in grams and what it would be in the table would be the shipping price.
Way to do this?