valoricDe / MultiRegExp2

Get all matches of a regexp with corresponding start and end positions
GNU General Public License v3.0
12 stars 5 forks source link

Invalid group recognition with a negative lookbehind (?<!) #18

Open Techn1c4l opened 9 months ago

Techn1c4l commented 9 months ago

Currently, when supplying a regular expression with a negative lookbehind (?<!), the library turns (?<! to ()(?<(!). By looking at the code, it seems the library doesn't support this group construct.