furi_string_end_withi

Function furi_string_end_withi 

Source
pub unsafe extern "C" fn furi_string_end_withi(
    string: *const FuriString,
    end: *const FuriString,
) -> bool
Expand description

Test if the string ends with the given string (case insensitive according to the current locale).

§Arguments

  • string - The FuriString instance
  • end - The end

§Returns

true if string ends with