I have a html select
like below
<select id="alias" name="alias">
<option value="">-Select-</option>
<option
value='100'
data-accountnumber='2251106207001'
data-accountholder='Ashraful'
data-mobilenumber='01811449003'
data-email='shadiq2@yahoo.com'>
testBeneficiary-1
</option>
</select>
I need a regular expression
for JMeter
to extract the value
which is 100
of above snippet. Can anyone help me with this? Thanks in advancet