Getting "UTR\|UTIBH0000000000\|"; in response in JMeter.
Want to read \|UTIBH000000000\ from "UTR\|UTIBH0000000000\|";
I am able to read using (.+?)
but the error comes:
Token Parsing Error: Lexical error at line 3, column 88. Encountered: "|" (124), after : "\"UTR\"
Tried:
- "UTR(.)";
- "UTR[.]";
- "UTR.";
- "UTR(.+?)";
but no success.
Also tried tried similar question but no success.
Script:
${__log(${__eval("SUCC01"+"UserID:"+"${__P(FinacleUserID)}"+": Payment Order ID - "+"${SuccessPaymentID}"+"UTR No:-"+"${UTRNO}"+" Verified Successfully")},,,)}
Applying Regular Expression Extractor on: window.returnValue = "UTR\|UTIBH0000000000\|";
Regular Expression: window.returnValue = "UTR(.+?)"