Hi
I am looking to construct a regular expression for the .NET Version for a string variable.
The supported values are:
1.2
1.2.3
1.2.3.4
Each part of the version can only take upto 7 digits.
Can any one help on this?
Thanks
Sahasra
Hi
I am looking to construct a regular expression for the .NET Version for a string variable.
The supported values are:
1.2
1.2.3
1.2.3.4
Each part of the version can only take upto 7 digits.
Can any one help on this?
Thanks
Sahasra