furi_string_cmpi

Function furi_string_cmpi 

Source
pub unsafe extern "C" fn furi_string_cmpi(
    string_1: *const FuriString,
    string_2: *const FuriString,
) -> c_int
Expand description

Compare two strings (case insensitive according to the current locale) and return the sort order.

Note: doesn’t work with UTF-8 strings.

§Arguments

  • string_1 - The string 1
  • string_2 - The string 2

§Returns

zero if equal