yinyang icon indicating copy to clipboard operation
yinyang copied to clipboard

Issue with regex constants re.allchar

Open jiwonparc opened this issue 3 years ago • 0 comments

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.

jiwonparc avatar Jul 07 '21 15:07 jiwonparc