Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0TextMarker
-
None
Description
Disjunctive matching in TextMarker creates to many matching alternatives. Example:
Input: Cat and Dog
Rule: (CW | SW)+{-> MARK(T)};
This creates seven matches, but should only apply three times.