How to use
Paste your values, pick a validator (or leave it on Auto), then validate.
- Choose Mode: Auto-detect or a specific type.
- Paste input (one per line for batch checks).
- Click Validate to get a compact report.
- Switch Output to JSON if you need machine-readable results.
FAQ
What does “Auto-detect” do?
It runs several validators locally and reports which formats match your input (for example: uuid, json, iban).
Is this tool offline and private?
Yes. Validation runs in your browser and nothing is sent to a server.
Can I validate a list of values at once?
Yes—keep “Batch (1/line)” enabled and paste one value per line.
Does the email validator check if an address really exists?
No. It only checks syntax (format), not mailbox/domain deliverability.
What IBAN checks are performed?
It checks the basic pattern and validates the checksum using the standard MOD 97 algorithm.
Does the JWT check verify the signature?
No. It validates the 3-part structure and decodes header/payload when possible, but it does not verify signatures.
Why can Auto-detect show multiple matches?
Some strings can be valid in more than one format (for example, a short hex string may also look like Base64). Use a specific mode when you need a single strict check.