My Json response is:
"return":"/info?booking=KD6YGS4L8I"
Now I want to extract value after "=" (ex:"KD6YGS4L8I"). I used Regular Expression extractor: - Regular Expression: "return":"(.+?)" - Template: $1$ - Match No: -1
And output is:
"return":"/info?booking=KD6YGS4L8I"
Now I want to get string KD6YGS4L8I
.