pub fn find<'h>(pattern: &str, haystack: &'h str) -> Option<Match<'h>>
Search for the first match of pattern in haystack.
pattern
haystack