Check a version string against Semantic Versioning 2.0.0 components.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The value is matched as MAJOR.MINOR.PATCH with optional dot-separated pre-release identifiers and plus-separated build metadata. Numeric core components cannot contain leading zeroes; a leading v is accepted before the SemVer core.
2.4.1
Valid SemVer: 2.4.1 Major: 2 Minor: 4 Patch: 1
Package manifests, release tags, and CI publish checks validate versions.