Scrape numbers from web page
returns num
= urlfilter(URL
,target
,numNumbers
,direction
)numNumbers
of numbers that appear after or before the
target string target
, depending on the value of
direction
. Numbers with a decimal point are scanned as a single
number. All other non numeric characters are treated as number separators.