Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
^([a-zA-Z]\:|\\\\[^\/\\:*?"<>|]+\\[^\/\\:*?"<>|]+)(\\[^\/\\:*?"<>|]+)+(\.[^\/\\:*?"<>|]+)$
|
Description |
This regular expression match any valid file path. It checks local drives and network path. The file extension is required.
|
Matches |
c:\Test.txt | \\server\shared\Test.txt | \\server\shared\Test.t
|
Non-Matches |
c:\Test | \\server\shared | \\server\shared\Test.?
|
Author |
Rating:
Roberto Misticoni
|
Displaying page
of
pages;
Items to