pub type RegMatchStr<'a> = Vec<Option<&'a str>>;
Captures returned from a UTF-8 match.
pub struct RegMatchStr<'a> { /* private fields */ }