*** DRAFT ***

SQLite Requirement Matrix Details
stricmp.html

Index Summary Markup Original


R-30243-02494-34522-44043-46462-44113-55048-51587 tcl slt th3 src

The sqlite3_stricmp() and sqlite3_strnicmp() APIs allow applications and extensions to compare the contents of two buffers containing UTF-8 strings in a case-independent fashion, using the same definition of "case independence" that SQLite uses internally when comparing identifiers.

src/util.c:330

/* IMP: R-30243-02494 */
# EVIDENCE-OF: R-30243-02494 The sqlite3_stricmp() and
# sqlite3_strnicmp() APIs allow applications and extensions to compare
# the contents of two buffers containing UTF-8 strings in a
# case-independent fashion, using the same definition of "case
# independence" that SQLite uses internally when comparing identifiers.