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

Commits on Nov 16, 2020

  1. Change uuid's regexp

    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.
    rferiam authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    edae2fa View commit details
    Browse the repository at this point in the history