regex - Regular Expression: extracting values from a string -
i have following text. regex want extract results in text i.e "success" , "1". want store values in variables can use in jmeter test. have tried regular expression doesn't work:
"results": {\n "success: status="\s+" code="\%d"
maybe can me this?
{ "monitors": [ { "name": "sql connection", "errors": {}, "results": { "success": "1" } } ] }
Comments
Post a Comment