-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
PATTERN : ".*bb.star" matches with "aabbccdd" (I had to replace * by star to have the message accepted)
but
PATTERN : ".*bb" does not match with "aabbccdd"
It would be fine if ada-regex could at least avoid imposing to end any pattern by ".*" , even if this can be done automatically in the user's code.
Is it something imposed by the code in Compiler Dragon book ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels