Allan Boll

Results 16 comments of Allan Boll

Yea I totally agree, don't use my initial suggestion. Removing code is much better than adding code to achieve the same. This PR is already updated to use Mirko's approach.

Yea I probably (accidentally) just modified the .conf file directly. I can see in later commits I realized this mistake and modified the correct regex-assemble file, but after I had...

Thanks for reading. Good idea with including the generator script in this repo here, so it doesn't get lost. Will update the PR. Will also see if I can make...

Sorry, overlooked those questions. Good questions. **Regarding extracting `^`** I don't think it's possible to extract out the `^`. Consider this example: ``` ( (^|[^c])def | (^|[^b])cdef | (^|[^a])bcdef )...

Hi Federico, thanks for the input. Yea I totally get if CRS doesn't want to merge this PR. It's fine if we just close it. I know it doesn't have...

**Whether match is different** I believe MATCHED_VAR will be the same before and after, because MATCHED_VAR contains the entire field that was matched, and not just the substring that the...