I'm scrapping through an html page for data.
Is regex the proper techniqe for this kind of task? I'm searching for patterns where my data is supposed to be.
If regex is the right thing to do..I would appreciate help finding this pattern:
<span>3060</span>
the pattern is exactly four digits (0-9) inside span element
Thanks