pub fn parse(text: &[u8]) -> Option<Pattern>
Create a Pattern by parsing text or return None if text is empty.
Pattern
text
None