I'm trying to extract a user Id by a Regular Expression Extractor
from a Mail Reader Sampler
's sub-sub-sample without success.
I don't understand why the Regular Expression Extractor
won't check the sub-samples of my Mail Reader Sampler
. Any hint how I can extract the user id?
My Response of the Mail Reader Sampler. The Sub-Sub-Sample actually contains the email as html.
My Regular Expression Extractor
The email contains a part like this which holds the activation link containing the user id:
<span class="link-ref"><a href="https://domain.local:443/account/activate?userId=La21BhmS&token=FefcOrcd7g">https://domain.local:443/account/activate?userId=La21BhmS&token=FefcOrcd7g</a></span>
userId=([^&\n]+)
– Wiktor Stribiżew