Exemplo n.º 1
0
 public static Pattern Alternator(Pattern Left, Char Right) => Left.Alternate(Right);
Exemplo n.º 2
0
 public static Pattern Alternator(Pattern Left, String Right) => Left.Alternate(Right);