Hi All!
I'm a little confused by using RegExe in general.
Does anybody know how the pattern would look like if I needed to print out anything in between two known blocks?
The code looks like this:
I would need to extract the number 2832.1600
Thanks!
Frederik
I'm a little confused by using RegExe in general.
Does anybody know how the pattern would look like if I needed to print out anything in between two known blocks?
The code looks like this:
Code:
<span class=bld>2832.1600 USD</span>
Thanks!
Frederik
Comment