flipperzero_sys

Function furi_string_replace_at

Source
pub unsafe extern "C" fn furi_string_replace_at(
    string: *mut FuriString,
    pos: usize,
    len: usize,
    replace: *const c_char,
)
Expand description

Replace in the string the sub-string at position ‘pos’ for ‘len’ bytes into the C string ‘replace’.

§Arguments

  • string - The string
  • pos - The position
  • len - The length
  • replace - The replace