Skip to main content

slice_between

Function slice_between 

Source
pub fn slice_between(
    text: &str,
    start: (u32, u32),
    end: (u32, u32),
) -> Option<String>
Expand description

The exact text between two graph positions, or None when either does not convert.