| |
yfki
Posts: 75
Score: 0
Joined: 12/12/2007
Status: offline
|
((?:[a-zA-Z]:)|(?:\\{2}\w[-\w]*)\$?)\\(?!\.)((?:(?![\\/:*?<>"|])(?)[\x20-\x7E])+\\(?!\.))*((?:(?:(?![\\/:*?<>"|])(?![ .]$)[\x20-\x7E])+)\.((?:(?![\\/:*?<>"|])(?![ .]$)[\x20-\x7E]){2,15}))? This pattern will match any the following: C:\ \\Server\share\path\File.txt E:\My Files\Are\#1\ Trying to get it to match \\Server\share\path\File I am stuck, any help would be great!
|
|