I'm trying to get the text from this structure:
<span id="our_price_display">R$ 71,90</span>
And I would like it to return only 71,90
.
But in the structure I created, I can not get the "R $" from the text and only recognize the numbers.
How could you do this conversion?