Displaying page
of
pages;
Items to
Title |
Test
Details
Windows filename
|
Expression |
(?i)^(((\\\\(\?\\(UNC\\)?)?)([A-Z]:\\|([^\\\/\:\*\?\"\<\>\|\.\s][^\\\/\:\*\?\"\<\>\|]+[^\\\/\:\*\?\"\<\>\|\.\s]\\){2}))|[A-Z]:\\)([^\\\/\:\*\?\"\<\>\|\s][^\\\/\:\*\?\"\<\>\|]+[^\\\/\:\*\?\"\<\>\|\s]\\)*([^\\\/\:\*\?\"\<\>\|\.\s][^\\\/\:\*\?\"\<\>\|\.]+[^\\\/\:\*\?\"\<\>\|\.\s])(\.[^\\\/\:\*\?\"\<\>\|\.\s]+)*?$
|
Description |
Matches valid Windows filenames using local, network and UNC formats.
|
Matches |
C:\Program Files\RegEx\RegEx.exe.manifest
|
Non-Matches |
C:\Filename.*
|
Author |
Rating:
Not yet rated.
Frank Pottle
|
Title |
Test
Details
Version information
|
Expression |
^(0\.|([1-9]([0-9]+)?)\.){3}(0|([1-9]([0-9]+)?)){1}$
|
Description |
A simple regex to check a version information string of the style 1.0.0.0
|
Matches |
1.2.3.4
|
Non-Matches |
1.2.3 | 01.02.03.04 | 1.2.3.4Beta
|
Author |
Rating:
Not yet rated.
Frank Pottle
|
Displaying page
of
pages;
Items to