rune::fns

Function substring

Source
fn substring(
    string: &str,
    from: Option<usize>,
    to: Option<usize>,
) -> Result<String>