Skip to content

Support for character classes with quantifiers #91

Description

@sebhoss

I would like to use something like [abc]+ to match values like a, b, c, aa, ab, ac, aabbcc, etc. to match a semantic versioning compatible string. I think such a match could be achieved with [0-9]+.[0-9]+.[0-9]+ (although it does not match the official regex exactly)

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