7 ms·
This probably shows that I don't know much about UUIDs, but how come when I search for "asd" or "den", there are no matches?
by guandor 2y ago
This probably shows that I don't know much about UUIDs, but how come when I search for "asd" or "den", there are no matches?
- philippwoz 2y agoIts hex. Only characters A-F are used.
- seafoamteal 2y agoThese are hexadecimal digits, so only 0-9 and a-f are allowed.
- atjallen 2y agoUUIDv4s use hexadecimal digits which are the characters 0-9 and then a-f so neither of 's' or 'n' could be contained in a UUIDv4.