FSchumacher commented on issue #6095: URL: https://github.com/apache/jmeter/issues/6095#issuecomment-1783234433
To boil it down a bit, you would like to change the behaviour of the `__P` function to un-escape special characters so that `")" == "${__P(somevar,\))}"` would be true. Have you tried to use the `__unescape` function? For example `$__P(password,${__unescape(example\)444)})}` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org