subtraction of disjoint character classes #70

Open
opened 2021-05-08 14:51:24 +00:00 by benibela · 0 comments
benibela commented 2021-05-08 14:51:24 +00:00 (Migrated from github.com)

This should not match:

writeln(TFLRE.Create('^(?:[^cde-[ag]]+)$', []).Find('agbfxyzga'));

First it needs to invert [cde], and then forbid [ag]

This should not match: writeln(TFLRE.Create('^(?:[^cde-[ag]]+)$', []).Find('agbfxyzga')); First it needs to invert `[cde]`, and then forbid `[ag]`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BeRo1985/flre#70
No description provided.