Title |
Test
Find
File Path
|
Expression |
("(([a-zA-Z]:)|(\\\\[^/\\:\*\?""<>\|]+(\\[a-zA-Z]\$)?))\\([^/\\:\*\?""<>\|]+\\)*[^/\\:\*\?""<>\|]+(\.[^/\\:\*\?""<>\|]+[^/\\:\*\?""<>\|\s])?")|((([a-zA-Z]:)|(\\\\[^/\\:\*\?""<>\|\s]+(\\[a-zA-Z]\$)?))\\([^/\\:\*\?""<>\|\s]+\\)*[^/\\:\*\?""<>\|\s]+(\.[a-zA-Z0-9]+)?) |
Description |
Matches full windows paths and UNC paths (allowing spaces in quoted text).
For non quoted text, the extension of the file must be alphanumeric. |
Matches |
C:\test_for_spaces\test_extension | C:\test_for_spaces\test_extension.t92 | "C:\test for spaces\New Text Document.txt" | \\machine1\shared_2\hello_world.txt | "\\machine1\c$\shared 4\hello world.txt" |
Non-Matches |
"\\machine1\c$\test|pipe:colon.txt" | C:\random space\test.txt | C\\bad\test.t |
Author |
Rating:
Ben C
|
Source |
|
Your Rating |
|