regex


Description:

public static 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.

Parameters:

ctx execution context
args arguments to the function

Returns:

whether or not the expression matched

Namespace: SQLHeavy.CommonFunction
Package: SQLHeavy