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

Trim the string right from the ‘index’ position to the last position.

Arguments

  • string -
  • index -