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

ipv6-address-zoned typedef does not follow W3C standard XSD regex pattern #1030

Closed
sengleung opened this issue Jan 5, 2024 · 0 comments · Fixed by #1031
Closed

ipv6-address-zoned typedef does not follow W3C standard XSD regex pattern #1030

sengleung opened this issue Jan 5, 2024 · 0 comments · Fixed by #1031

Comments

@sengleung
Copy link
Contributor

pattern statements follow the W3C standard XSD regex pattern (as per RFC6020/RFC7950) so regex anchors (^ and $) are implicit and are not required. Regex anchors are covered by the oc-ext:posix-pattern POSIX regex pattern extension statement.

See #44 for background. Similar changes have been done previously like #534.

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

Successfully merging a pull request may close this issue.

1 participant