yinyang
yinyang copied to clipboard
Issue with regex constants re.allchar
Some regex constants, i.e., re.none, re.all, and re.allchar, from the config/generalization.txt need some special treatment as they are constants. At the moment, when they are used, extra '(' and ')' are added, e.g., (re.none), which leads to errors.