Skip to content

STRANGE BEHAVIOR  #1

@Mezzenilium

Description

@Mezzenilium

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions