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