Another test project showing an error - likely related to other error. #2

Open
opened 2015-06-01 02:37:46 +00:00 by shawnhalf · 1 comment
shawnhalf commented 2015-06-01 02:37:46 +00:00 (Migrated from github.com)

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

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
shawnhalf commented 2015-06-29 20:37:44 +00:00 (Migrated from github.com)

Update to that download link:

http://www.getdemocode.com/testregex2.rar

Update to that download link: http://www.getdemocode.com/testregex2.rar
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BeRo1985/brre#2
No description provided.