Another test project showing an error - likely related to other error. #2
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BeRo1985/brre#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In what is most likely related to the error in the 1st test project I submitted, here is another project demonstrating another error.
It appears the BRRE engine WON'T find the match 151-1902656
from this data:
GERMANY,48003,+49-0151-19026567,cajeanie
when using this regex:
[0-9]\d\d[-]\d\d\d\d\d\d\d
but it WILL find it when changing the initial [0-9] to [1-9](..which of course should not make any
difference for this data) :
[1-9]\d\d[-]\d\d\d\d\d\d\d
Please download the small sample Delphi 7 project demonstrating this at :
http://www.optimaloption.net/testregex2.rar
Thanks
Shawn
Update to that download link:
http://www.getdemocode.com/testregex2.rar