regex:file_path:windows
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
regex:file_path:windows [2021/05/20 10:32] – created peter | regex:file_path:windows [2021/05/26 15:26] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Regex - File Path - Windows ====== | ====== Regex - File Path - Windows ====== | ||
+ | < | ||
+ | ^(?: | ||
+ | |||
+ | or | ||
+ | |||
+ | ^(\w: | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE:** This is made up of: | ||
+ | |||
+ | * **< | ||
+ | * **< | ||
+ | |||
+ | * **< | ||
+ | * **< | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | < | ||
+ | c:\ | ||
+ | c: | ||
+ | c: | ||
+ | c:\my folder\abc abc.docx | ||
+ | c: | ||
+ | C: | ||
+ | C: | ||
+ | \\192.168.0.1\folder\file.pdf | ||
+ | \\192.168.0.1\my folder\folder.2\file.gif | ||
+ | \\10.30.28.52\CDSDataCenter\Servers\Continuous\CDS20$ | ||
+ | \\server\filename | ||
+ | \\server\filename with space | ||
+ | \\test\test$\TEST.xls | ||
+ | \\server\share\folder\myfile.txt | ||
+ | \\server\share\myfile.txt | ||
+ | \\123.123.123.123\share\folder\myfile.txt | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | < | ||
+ | file | ||
+ | file.xls | ||
+ | c:\my folder\another_folder\.docx | ||
+ | c:\my folder\\another_folder\abc.docx | ||
+ | c:\my folder\another_folder\ab*c.v2.docx | ||
+ | c: | ||
+ | C:\ pictures\holiday | ||
+ | C:\ pictures\holiday\ | ||
+ | C:\pictures \ holiday | ||
+ | C:\pictures \ holiday\ | ||
+ | C: | ||
+ | \\192.168.0.1\folder\fi< | ||
+ | \\192.168.0.1\folder\\file.pdf | ||
+ | \\192.168.0.1\my folder\folder.2\.gif | ||
+ | \\server\filename\{token}\file | ||
+ | </ | ||
+ | |||
+ | To allow the top two entries to also be accepted as valid entries change the regex to include: | ||
+ | |||
+ | * **< | ||
+ | |||
+ | < | ||
+ | ^(\w: | ||
+ | </ | ||
+ | |||
+ | To allow the very bottom entry here: **< | ||
+ | |||
+ | < | ||
+ | ^(?: | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | https:// |
regex/file_path/windows.1621506750.txt.gz · Last modified: 2021/05/20 10:32 by peter