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.

Returns:

  • int

Arguments

  • string_1 -
  • string_2 -