Name

glob() — Implement the GLOB operator

Common Usage

glob( pattern, string )

Description

The glob() function implements the matching algorithm used by the SQL expression string GLOB pattern, and is normally not called directly by user-provided SQL expressions. This function exists so that it may be overridden with a user-defined SQL function, providing a user-defined GLOB operator.

Note that the order of the parameters differs between the GLOB expression and the glob() function.

See Also

GLOB [SQL Expr, Ap D], like(), match(), 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.