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