Opened 3 years ago
#510 new defect
Invalid regexp matching
Reported by: | Maxim Reznik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 19.0 |
Component: | Matreshka - League | Version: | 18.1 |
Keywords: | regexp | Cc: |
Description
I guess these two regexps should match the same string:
ab
(?:a)b
But when I match them to abc
I get:
ab
a
PS (a)b
works fine.
Note:
See TracTickets
for help on using tickets.