zalando/zappr

Zappr fails on (?:(?i)AND)(?:-|\s)\d+ commit msg pattern

scherniavsky opened this issue · 2 comments

Zappr fails on the above pattern with: SyntaxError: Invalid regular expression: /(?:(?i)AND)(?:-|\s)\d+/: Invalid group, while the pattern validates on https://regex101.com/

@fokusferit advised to use https://regexr.com/ , as it's able to find the problematic part.

The documentation now refers to https://regexr.com/