substring

Function substring 

Source
fn substring(source: &str, start: isize, length: Option<isize>) -> String
Expand description