Predicate signature RegexTreeViewSig::isEscapeClass
Holds if term is an escape class representing e.g. \d.
clazz is which character class it represents, e.g. โdโ for \d.
signature predicate isEscapeClass(RegExpTerm term, string clazz)Holds if term is an escape class representing e.g. \d.
clazz is which character class it represents, e.g. โdโ for \d.
signature predicate isEscapeClass(RegExpTerm term, string clazz)