Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the regex strings in the master readme #1

Open
shaun-wilson opened this issue Feb 19, 2019 · 0 comments
Open

Correct the regex strings in the master readme #1

shaun-wilson opened this issue Feb 19, 2019 · 0 comments

Comments

@shaun-wilson
Copy link
Owner

The readme says the regex strings are the source of truth, however some of the regex patterns do not properly convey the characters that are allowed at particular positions.

For example, the pattern to match a nested primitive label is currently <([^>]+)>, but it is known that the characters <>%{}| cannot be present within a label, therefore the pattern should be something like <([^<>%{}\|]+)>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant