Value? regex (Context ctx, ValueArray args) throws Error
Implementation of a REGEXP function using GRegex
SQLite includes special support for a function named REGEXP, which is left unimplemented by SQLite. This function provides a basic implementation based on the regex support in GLib.
| ctx | execution context |
| args | arguments to the function |
| whether or not the expression matched |