FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Improve syntax of named regex · Issue #10 · etr/libhttpserver · GitHub

Improve syntax of named regex #10

Description

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


Back | FazBrowse Home | New Git URL