Skip to main content

find

Function find 

Source
pub fn find(
    pattern: &str,
    text: &str,
) -> Result<Option<(usize, usize)>, PatternError>