rune::fns

Function string_search

Source
fn string_search(
    needle: &str,
    haystack: &str,
    start_pos: Option<usize>,
) -> Option<usize>