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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -