| SQLITE3_STRGLOB(3) | Library Functions Manual | SQLITE3_STRGLOB(3) |
sqlite3_strglob —
string globbing
#include
<sqlite3.h>
int
sqlite3_strglob(const char
*zGlob, const char *zStr);
Note that this routine returns zero on a match and non-zero if the
strings do not match, the same as
sqlite3_stricmp()
and
sqlite3_strnicmp().
These declarations were extracted from the interface documentation at line 9449.
SQLITE_API int sqlite3_strglob(const char *zGlob, const char *zStr);
| January 24, 2024 | NetBSD 11.0 |