JSONPath-Plus / JSONPath

A fork of JSONPath from http://goessner.net/articles/JsonPath/
Other
963 stars 169 forks source link

Docs: Add Regex (.match) example #127

Closed jeffreypriebe closed 4 years ago

jeffreypriebe commented 4 years ago

Adds example to README using the regex (.match).

Started from #89

There are tests using .match, e.g.: https://github.com/s3u/JSONPath/blob/master/test/test.all.js#L37

jeffreypriebe commented 4 years ago

@brettz9 I neglected to request a review