Skip to content

Instantly share code, notes, and snippets.

@andrewfinnell
Created November 9, 2018 21:04
Show Gist options
  • Save andrewfinnell/c14afb58ebf8be646c816781eb2f597f to your computer and use it in GitHub Desktop.
Save andrewfinnell/c14afb58ebf8be646c816781eb2f597f to your computer and use it in GitHub Desktop.
SemVer Regex
^(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