Skip to main content

find_keyword_suffix

Function find_keyword_suffix 

Source
pub(crate) fn find_keyword_suffix<'a>(
    haystack: &'a str,
    keyword: &str,
) -> Option<&'a str>
Expand description

Find keyword in haystack and return the substring following it, or None if not found.