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

Change uuid's regexp #1112

Merged
merged 1 commit into from
Nov 19, 2020
Merged

Change uuid's regexp #1112

merged 1 commit into from
Nov 19, 2020

Conversation

rferiam
Copy link
Contributor

@rferiam rferiam commented Nov 16, 2020

Change in uuid regexp to more exactly meet the specs defined in RFC 4122. The regexp matches the string with the following the format: xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx where x is one of [0-9, a-f] M is one of [1-5], and N is [8, 9, a, or b] and 00000000-0000-0000-0000-000000000000 is the zero value.

Change in uuid regexp to more exactly meet the specs defined in RFC 4122. The regexp matches the string with the following the format: xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx where x is one of [0-9, a-f] M is one of [1-5], and N is [8, 9, a, or b] and 00000000-0000-0000-0000-000000000000 is the zero value.
@jquense jquense merged commit 57d42a8 into jquense:master Nov 19, 2020
@jquense
Copy link
Owner

jquense commented Nov 19, 2020

thanks!

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.

None yet

2 participants