So there's some html as string like:
3.399<sup>99</sup> <span>Dineros</span> bla bla
or even
3,399<sup>99</sup> <span>Dollars</span> bla bla
and I need some regex that applied to this string would give:
["3399", "99"]
so that I can eventually get a Number from the integer and decimal part