pub unsafe extern "C" fn furi_string_replace_all_str(
    string: *mut FuriString,
    needle: *const c_char,
    replace: *const c_char
)
Expand description

Replace all occurrences of ‘needle’ C string into ‘replace’ C string.

Arguments

  • string -
  • needle -
  • replace -