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 stringneedle- The needlereplace- The replace