Hi, I am trying the Regular Expression Extractor.
I send an HTTP request, then the regex
Ref name: token
RegEx value="(.)"
Template = $1$
Match no = 1
I have a BeanShell PostProcessor after the regex
print("${token}");
In the output window all I receive is
${token}
Aidy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

