I have a string that returns all the contents of a html page.
On this page, you have the following line:
<input style="width: 2.3em;" id="nacional" value="3,48" type="text">
I need only the value that is in value
, that is, 3,48
, remembering that this value changes automatically every day.
How can I filter this line and get the value?