Skip to content

Support Regexes Containing Colons #499

Closed
@Kurt-von-Laven

Description

@Kurt-von-Laven

Description

One limitation of this very cool feature is that if you put a : in your regex, anything from the colon on will be ignored (and there is no way to escape the colon).

Possible Solution

Use str.partition() rather than str.split() here (and make the corresponding changes this entails).

Additional context

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions