I have multiple string of grp and name in the response message. I want to extract the grp based on unique name ,"grp":(.+?),"name":"UNIQUE_STRING"
Regular Expression Extractor Reference Name: group_name Regular
Expression: "grp":(.+?),"name":"UNIQUE_STRING" Template : $1$ Match no: 1
I want to extract the preceding value based on the unique name but not able to find.. Please help