45 chars · 1 line
Needs attention
45 chars · 1 line
Needs attention
UUID copy and paste validation
A UUID can appear inside a URN such as urn:uuid:550e8400-e29b-41d4-a716-446655440000. VetaTool's UUID validator intentionally checks the bare canonical 8-4-4-4-12 identifier, so the URN prefix is treated as extra text and the input fails the format check. This tool is free to use. No account or payment is required.
Last updated
The UUID portion can be perfectly canonical while the full URN string still fails a validator that is scoped to bare UUID text.
VetaTool trims surrounding whitespace only. It does not remove prefixes, braces, quotes, or other wrappers before applying the UUID pattern.
The UUID is wrapped in a urn:uuid: prefix.
urn:uuid:550e8400-e29b-41d4-a716-446655440000Invalid UUID formatCommon questions
No. It means this particular validator expects bare canonical UUID text and does not parse the urn:uuid: wrapper for you.
No. The UUID inspector trims surrounding whitespace but otherwise validates the supplied text as-is.
Debugging a specific UUID issue? Browse UUID troubleshooting.