I am trying to figure out what the regular expression would be for me to find the following within a massive string, and extract the value that's inside the value field - the value will always be a mixture of both numbers and letters. The length of the value will vary and I want to ignore case.
<input type="text" name="NAME_ID" value="id2654580" maxlength="25">
So in the above example, I would get 'id2654580' as the value, if that control/text was located within my massive string.