Function flipperzero_sys::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
@brief Replace all occurrences of ‘needle’ string into ‘replace’ string. @param string @param needle @param replace