Add checker to verify if a regex str is compatible with I-Regexp.
Add checker to verify if a regex str is supported by Python re, as 8 tests from the compliance testing suite fail due to unsupported escape sequences.
Investigate if it's possible to modify any arbitrary I-Regexp str to make it compatible with Python re.
Add checker to verify if a regex str is compatible with I-Regexp.
Add checker to verify if a regex str is supported by Python re, as 8 tests from the compliance testing suite fail due to unsupported escape sequences.
Investigate if it's possible to modify any arbitrary I-Regexp str to make it compatible with Python re.