flipperzero_sys

Function furi_string_start_with

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

Test if the string starts with the given string.

§Arguments

  • string - The FuriString instance
  • start - The FuriString instance

§Returns

true if string starts with