Skip to content

v0.2.3

Latest
Compare
Choose a tag to compare
@asg017 asg017 released this 24 Jul 06:09
· 5 commits to main since this release
  • Added new regex_capture() scalar function, which allows you to extract a named or unnamed capture group from a match.
  • Added a new regex_captures() table function, which allows you to interate over every capture group in a match.
  • Added bindings to a new sqlite-utils plugin. You can install it with sqlite-utils install sqlite-utils-sqlite-regex.
  • Added Deno bindings. See deno.land/x/sqlite_regex for more info.
  • Added Node bindings. See sqlite-regex for more info.
  • Added Ruby bindings. See sqlite-regex` for more info.
  • Added sqlite-regex to crates.io for easier Rust bindings.