Skip to content

Group issue #17

@stef-pellegrino

Description

@stef-pellegrino

This regexp is correct, but fails with slre :
(([a-z_-]+)/([a-z@_-]+)@)?([a-z]+)

A dirty way to "fix" it is to surround the last group with (...)
(([a-z_-]+)/([a-z@_-]+)@)? ( ([a-z]+) )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions