For UUID of a given version (in v1 to v15)
According to RFC 4122 and RFC 9562 any version between 1 and 15 is valid even if only the ones from 1 to 8 have really been leveraged for now.
No mixed case, only lower case digits (0-9a-f)
Prefer using uuid
Since 1.17.0
For UUID of a given version (in v1 to v15)
According to RFC 4122 and RFC 9562 any version between 1 and 15 is valid even if only the ones from 1 to 8 have really been leveraged for now.
No mixed case, only lower case digits (0-9a-f)