mattbishop / sql-jsonpath-js

JS implementation of the SQL/JSONPath dialect, from SQL2016.
MIT License
0 stars 0 forks source link

Support `like_regex` predicate #9

Closed mattbishop closed 1 year ago

mattbishop commented 2 years ago

XQuery regular expression. Have a look at https://xregexp.com for validation and execution.

mattbishop commented 1 year ago

Resolved in #20