find_from

Function find_from 

Source
pub fn find_from(
    source_str: &str,
    pos_cursor: usize,
    find_str: &str,
) -> Option<usize>
Expand description

find str from pos_cursor low level
panics if pos_cursor is incorrect: Check for bugs in calling functions.