{ "match": true, "comment": "Requests match with regex", "expected" : { "method": "POST", "path": "/", "query": {}, "headers": {"Content-Type": "application/json"}, "matchingRules": { "body": { "$['2'].str": { "matchers": [ { "match": "regex", "regex": "\\w+" } ] } } }, "body": { "contentType": "application/json", "encoded": false, "content": { "2": { "str": "jildrdmxddnVzcQZfjCA" } } } }, "actual": { "method": "POST", "path": "/", "query": {}, "headers": {"Content-Type": "application/json"}, "body": { "contentType": "application/json", "encoded": false, "content": { "2": { "str": "saldfhksajdhffdskkjh" } } } } }