pub fn find_from( source_str: &str, pos_cursor: usize, find_str: &str, ) -> Option<usize>
find str from pos_cursor low level panics if pos_cursor is incorrect: Check for bugs in calling functions.