index_of

Function index_of 

Source
pub fn index_of(
    text: impl AsStr,
    target: impl AsStr,
    start: Option<usize>,
) -> Option<usize>