I'm having a little issue with getting a value of field in HTML using regex.
There is a input tag in the html which is unique and here it is below.
<input type="hidden" name="t" value="I-WANT-TO-GET-THIS"/>
I would like to know, using REGEX only, how to get "I-WANT-TO-GET-THIS" (without quotes).
Thank-you very much for your time Paul