find the closest number to symbol
Posted: Fri Jun 12, 2009 3:28 am
hi I need a code to find the closest number to the symbol $ in a given url's source code
for example
http://www.somesite/somepage
the source code of this page has some prices:
code... code... code...code... code... code...
160 $
code... code... code...code... code... code...
210$
code... code... code...code... code... code...
ets'
I want a code that would return just the first number that is near the $ sign
thanks
for example
http://www.somesite/somepage
the source code of this page has some prices:
code... code... code...code... code... code...
160 $
code... code... code...code... code... code...
210$
code... code... code...code... code... code...
ets'
I want a code that would return just the first number that is near the $ sign
thanks