Skip to content

Improve syntax of named regex #10

@etr

Description

@etr

Named regex in path may confuse regex interpreters.

Actual syntax is: \path\to(name|regex)\end and for simple regex \path\to(regex)\end

New syntax should be: \path\to(name|regex|)\end and for simple regex \path\to(|regex|)\end.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions