SQLITE3_STRLIKE(3) | Library Functions Manual | SQLITE3_STRLIKE(3) |
sqlite3_strlike
—
sqlite3_strlike
(const char *zGlob,
const char *zStr, unsigned int
cEsc);
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().
December 19, 2018 | NetBSD 9.2 |