furi_string_replace_all

Function furi_string_replace_all 

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

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

§Arguments

  • string - The string
  • needle - The needle
  • replace - The replace