Ejemplo n.º 1
0
 public static Pattern To(this Rune rune, [DisallowNull] Pattern to, [AllowNull] Pattern escape) => escape is not null ? new EscapedRanger(rune, to, escape) : new Ranger(rune, to);
Ejemplo n.º 2
0
 => new VirtualChar(rune, surrogateChar: default, span);