rex_regex
pub fn compile(re: &str) -> Result<Vec<State>, String>
Optimize and compile a regular expression into a representation that can be directly used for matching with match_re().
match_re()