Example #1
0
 public static new bool CharInSet(char ch, string set, string category) => RegexRunner.CharInSet(ch, set, category);