Created
November 9, 2018 21:04
-
-
Save andrewfinnell/c14afb58ebf8be646c816781eb2f597f to your computer and use it in GitHub Desktop.
SemVer Regex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^(v?|r?|b?)([1-9][0-9]?)\.([0-9]+)?\.?([0-9]+)?\.?([\w\d]+)?(-[\w\d]+)?$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment