public static Pattern Parse(string pattern) { return(new Pattern(PatternParser.ParseBytes(pattern))); }