Semantic Versioning Validator - Check Semver Syntax
Validate if a version string follows SemVer 2.0.0. Also sort and compare versions. Developer tool.
UD5 Toolkit
Validate and parse version strings against the Semantic Versioning 2.0.0 specification. Instantly check MAJOR.MINOR.PATCH syntax, pre-release labels, and build metadata.
| # | Version | Status | Details |
|---|
-alpha.1) and build metadata (e.g., +20240101) can be appended. The full specification is at semver.org.
0.0.1, 1.0.0, 2.15.3. Invalid examples: 01.0.0 (leading zero), 1.0 (missing PATCH), 1.0.0.0 (extra segment). The numbers can be arbitrarily large — there is no upper limit in the spec.
1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-0.3.7, 1.0.0-x.7.z.92. Invalid: 1.0.0-alpha..1 (empty identifier), 1.0.0-00abc (leading zeros in numeric part).
1.0.0+20130313144700, 1.0.0-beta+exp.sha.5114f85. Build metadata can be combined with pre-release: 1.0.0-rc.1+build.2024.
-alpha, -beta, -rc.1 before the final release.
^1.0.0 or ~1.0.0) — those are version ranges, not individual version strings, and are not covered by this validator.
Validate if a version string follows SemVer 2.0.0. Also sort and compare versions. Developer tool.
Paste JSON-LD and validate basic syntax and required properties for Article, Product, etc. Local only. Instant feedback.
Paste your .htaccess rules and check for common syntax errors or misconfigurations. No server required; static analysis.
Generate a series of semantic version tags with optional prefixes. Copy for your release script. Consistent tagging.
Paste a GeoJSON object and validate its structure. Catch missing coordinates, wrong types, and feature errors. Local.
Paste your manifest.json and instantly validate it against the W3C spec. Catch errors and warnings. Client‑side.
See how Trusted Types prevents unsafe HTML assignment. Test against injected scripts. Modern security practice.
Paste two Markdown texts and see a side‑by‑side diff with rendered preview. Perfect for editing and collaboration.
Paste a GraphQL SDL schema and get auto‑generated Markdown documentation. Perfect for API docs. All local.
Translate YAML configuration files into JSON format instantly. Validate syntax during conversion. Perfect for DevOps and configuration management. Secure client-side operation.
Learn how to register your PWA to handle custom URL protocols. See the manifest entry and test.
Pick a package name and generate a custom version or download badge as a static image or Markdown link. For readme files.
Parse XML strings into compact JSON representation. Handles attributes and text nodes intelligently. Quick and private, ideal for API response translation.
Paste your Swagger/OpenAPI YAML and see a rendered API documentation preview with expandable endpoints. All local rendering.
Test SQL injection inputs on a mock database and see the resulting query. Learn how to prevent SQLi. No real data.
Fill in your PWA details to generate a valid manifest.json file. Include icons, theme color, display mode.
Derive a strong cryptographic key from a password using PBKDF2 with SHA‑256. Adjust iterations and salt. Educational and test tool.
Configure how your PWA launches: focus existing or create new. Test with the launch_handler manifest field.
Check if your related native or PWA app is installed. See the API in action and copy the code.
Write slides in Markdown and instantly preview a web‑based presentation. Export as HTML. Pure frontend.
Upload a 512x512 logo and get resized icons for every PWA requirement. Download a zip and the corresponding manifest.json snippet.
Generate a dummy RSA or EC public/private key pair for educational visualization. Shows key structure and ASN.1 dump. Not for production use.
Smash bricks with a ball and paddle. Multiple rows of colored bricks, power‑ups, and score tracking. All built with HTML5 Canvas.
Bypass CORS for testing by routing requests through a local service worker proxy. Debug APIs without server changes. Experimental.
Write and run simple Sinclair BASIC programs in a browser-based ZX Spectrum emulator. Load demo programs and experience 80s computing. Educational fun.
Fold a virtual square paper step by step with crease lines and visual previews. Practice origami basics without wasting real paper. All canvas‑based.
Enter a UPC or EAN barcode number and validate the check digit. See if it's a real product code. Local calculation.
Enter a URL and fetch its Twitter card meta tags. See a live preview of how the tweet will appear. Debug social sharing.
Paste JavaScript and catch syntax errors instantly with line numbers. Lightweight pre‑commit check. Local.
Paste HTML and detect unclosed tags, invalid nesting, and duplicate IDs. Lightweight client‑side validation.