sblom / RegExtract

Clean & simple idiomatic C# RegEx-based line parser that emits strongly typed results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lookbehind groups

oparkerj opened this issue · comments

The way group names are currently parsed causes any regex using a lookbehind to throw an exception, since it sees (?< and tries to read the next = or ! as a C identifier.

Good catch. Will investigate.