xref: /netbsd-src/external/public-domain/sqlite/man/sqlite3_strglob.3 (revision d90047b5d07facf36e6c01dcc0bded8997ce9cc2)
1.Dd December 19, 2018
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