pub fn tokenize_pattern<'a>(text: &'a str, pattern: &str) -> Vec<&'a str>
Tokenize by splitting on a string pattern.