regex - How to use variable in extractor with unescaped body? -
i have jmeter user variable x = abc , extractor response, regex = abc\d, using unescaped body option.
if try change regex ${x}\d, doesn't work, however, if change body type normal body escape characters, works fine.
for better readability, want keep unescaped body, please advise correct syntax.
jmeter uses stringescapeutils.unescapehtml4
on response if choose body (unescaped) option
but @ end variable "decoded" without choosing option, meaning
-> space, can ignore option.