pub unsafe extern "C" fn furi_string_mid(
    string: *mut FuriString,
    index: usize,
    size: usize
)
Expand description

Trim the string from position index to size bytes. See also furi_string_set_n.

Arguments

  • string -
  • index -
  • size -