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

Case sensitivity not working in ToString() #94

Open
vbisbest opened this issue Oct 13, 2021 · 1 comment
Open

Case sensitivity not working in ToString() #94

vbisbest opened this issue Oct 13, 2021 · 1 comment

Comments

@vbisbest
Copy link

According to the UUID spec, the value is case sensitive. The ToString() function in UUID however lower cases everything. Is there a way to maintain case?

@mholt
Copy link

mholt commented Dec 13, 2021

Huh? UUIDs are 128-bit numbers, there is no "case" in UUIDs.

The only requirement by spec is that generators output the UUIDs in lowercase:

The hexadecimal values "a" through "f" are output as lower case characters and are case insensitive on input.

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

2 participants