Open benibela opened 3 years ago
This should not match:
writeln(TFLRE.Create('^(?:[^cde-[ag]]+)$', []).Find('agbfxyzga'));
First it needs to invert [cde], and then forbid [ag]
[cde]
[ag]
This should not match:
First it needs to invert
[cde]
, and then forbid[ag]