Displaying page
of
pages;
Items to
Title |
Test
Details
version number validation
|
Expression |
^((\d)?(\d{1})(\.{1})(\d)?(\d{1})){1}$
|
Description |
This simple regular expression comes handy when we need to validate a version number of a document. The version numbers can have decimals upto two decimal places
|
Matches |
2.22,99.99
|
Non-Matches |
999.99,9.999,ab.cd
|
Author |
Rating:
Not yet rated.
venugopal
|
Displaying page
of
pages;
Items to