UUID Extractor
Paste code, a log file, or a database export and get every UUID (also known as GUID) pulled out, matched by the standard 8-4-4-4-12 hyphenated hex format used across databases, APIs and distributed systems.
The UUID Extractor module is already switched on below, with a sample loaded — paste your own text to replace it.
Frequently asked questions
Which UUID versions are supported?
The extractor matches the standard hyphenated hex pattern shared by all UUID versions (v1 through v5), it doesn’t distinguish between them.
Does it match UUIDs without hyphens?
No, only the standard hyphenated 8-4-4-4-12 format is matched.
What’s a good use case for this?
Pulling request IDs or record IDs out of logs for cross-referencing against a database or trace system.