I\'m trying to match the parts of a version number (Major.Minor.Build.Revision) with C# regular expressions. However, I\'m pretty new to writing Regex and even using Expresso is
Tested in VBScript, this pattern:
^(\d+)(\.\d+)?(\.\d+)?(\.\d+)?$
Will validate all the following True:
And the following all False: