What does this SemVer validator check?
It checks whether a version string follows semantic versioning rules, including major, minor, patch, prerelease, and build metadata parts.
Validators
Validate semantic version numbers such as 1.2.3, prerelease versions, and build metadata directly in your browser.
Validate semantic version numbers such as 1.2.3, prerelease versions, and build metadata directly in your browser.
This tool runs in your browser. Your input is processed locally and is not uploaded.
Use this free SemVer Validator to check whether a semantic version number is formatted correctly. It can help detect invalid major, minor, or patch numbers, malformed prerelease labels, broken build metadata, unsupported characters, and common versioning mistakes. The validation runs directly in your browser.
It checks whether a version string follows semantic versioning rules, including major, minor, patch, prerelease, and build metadata parts.
The main purpose is validation, but the tool may also show parsed version parts to make the result easier to understand.
No. The validation is designed to run locally in your browser.