{ "match": true, "comment": "XML Requests match with regex", "expected" : { "method": "POST", "path": "/", "query": "", "headers": {"Content-Type": "application/xml"}, "matchingRules": { "$.body['two']['@str']": {"match": "regex", "regex": "\\w+"} }, "body": "" }, "actual": { "method": "POST", "path": "/", "query": "", "headers": {"Content-Type": "application/xml"}, "body": "" } }