Skip to main content

sqlite3_stricmp

Function sqlite3_stricmp 

Source
pub fn sqlite3_stricmp(a: &str, b: &str) -> Ordering
Expand description

Perform a case-insensitive comparison using the same collation that SQLite uses.

This interface was published in SQLite 3.6.17. On earlier versions of SQLite, this method emulates the SQLite behavior.