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

Added support for UUID validation. #104

Merged
merged 1 commit into from
Jun 18, 2021

Conversation

tymonx
Copy link
Contributor

@tymonx tymonx commented Jun 17, 2021

RFC 4122 - A Universally Unique IDentifier (UUID) URN Namespace

RFC 4122

Format: ^[[:xdigit:]]{8}-[[:xdigit:]]{4}-[[:xdigit:]]{4}-[[:xdigit:]]{4}-[[:xdigit:]]{12}$

RFC 4122 - A Universally Unique IDentifier (UUID) URN Namespace

https://datatracker.ietf.org/doc/html/rfc4122#section-3

Format: ^[[:xdigit:]]{8}-[[:xdigit:]]{4}-[[:xdigit:]]{4}-[[:xdigit:]]{4}-[[:xdigit:]]{12}$
Copy link
Contributor

@Arqu Arqu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thank you.

@Arqu Arqu merged commit a515144 into qri-io:master Jun 18, 2021
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

Successfully merging this pull request may close these issues.

2 participants