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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -