Name

match() — Implement the MATCH operator

Common Usage

match( pattern, string )

Description

The match() function implements the matching algorithm used by the SQL expression string MATCH pattern, and is normally not called directly by user-provided SQL expressions. A default implementation of this function does not exist. To use the MATCH operator, an application-defined function must be registered.

Note that the order of the parameters differs between the MATCH expression and the match() function.

See Also

MATCH [SQL Expr, Ap D], like(), glob(), regex()

Get Using SQLite now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.