Does this validator send my UUID anywhere?
No. Validation happens locally in your browser.
Paste a UUID to check whether it is valid, normalize its format and inspect the version and variant without sending anything to a server.
Check a pasted UUID, normalize it and copy the cleaned value if it is valid.
Use it when you want to confirm that a pasted identifier is a valid UUID and see the normalized lowercase form before you reuse it in code, docs or a database entry. Validation happens locally in the browser.
Questions
No. Validation happens locally in your browser.
It accepts canonical UUIDs, optional surrounding braces and urn:uuid: prefixes, then normalizes to lowercase.
Yes. When the value is valid, the normalized lowercase UUID is ready to copy.