I have following html content part, and I want to get the value -7326630261683062897:1196341531039871985
-7326630261683062897:1196341531039871985
from all http content. There is only one unique point that is id "javax.faces.ViewState" apart from similar statementsjavax.faces.ViewState.
How can I get the value? whatWhat kind of regex do I have to use?
<input type="hidden" name="javax.faces.ViewState"
id="javax.faces.ViewState"
value="-7326630261683062897:1196341531039871985" autocomplete="off" />