{ "match": true, "comment": "XML array with regex matcher", "expected": { "headers": {}, "body" : "29/10/2015", "matchingRules" : { "$.body.myDates": { "match": "type" }, "$.body.myDates[*].date['#text']" : { "match": "regex", "regex" : "\\d{2}/\\d{2}/\\d{4}" } } }, "actual": { "headers": {}, "body": "01/11/201015/12/201430/06/2015" } }