Skip to content

Instantly share code, notes, and snippets.

@NeilRobbins
Created March 6, 2013 11:56
Show Gist options
  • Save NeilRobbins/5098828 to your computer and use it in GitHub Desktop.
Save NeilRobbins/5098828 to your computer and use it in GitHub Desktop.
Regular Expression for a 4 part version number
^([0-9]+[.]){3}[0-9]+$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment