xref: /netbsd-src/external/public-domain/sqlite/man/sqlite3_strglob.3 (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1.Dd March 11, 2017
2.Dt SQLITE3_STRGLOB 3
3.Os
4.Sh NAME
5.Nm sqlite3_strglob
6.Nd String Globbing
7.Sh SYNOPSIS
8.Ft int
9.Fo sqlite3_strglob
10.Fa "const char *zGlob"
11.Fa "const char *zStr"
12.Fc
13.Sh DESCRIPTION
14Note that this routine returns zero on a match and non-zero if the
15strings do not match, the same as sqlite3_stricmp()
16and sqlite3_strnicmp().
17.Pp
18.Sh SEE ALSO
19.Xr sqlite3_stricmp 3 ,
20.Xr sqlite3_strlike 3 ,
21.Xr sqlite3_stricmp 3
22