RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 1
Title Test Details Pattern Title
Expression
^\\\\[\w-]+\\(([\w()-][\w\s()-]*[\w()-]+)|([\w()-]+))\$?(\\(([\w()-][\w\s()-]*[\w()-]+)|([\w()-]+)))*\\?$
Description
Validation of a directory (not file) in UNC format Checks for \\server\share\subdir, where subdirs are optional. Share may have a $, but only at the end. Shares and subdir may have embedded spaces. String may optionally have a trailing slash.
Matches
\\server\my share\my subdir | \\server\my share$\ | \\server\my share\subdir1\subdir2\
Non-Matches
c:\subdir | \\my server\share$ | \\myserver\share\subdir\file.ext
Author Rating: The rating for this expression. Monique Hawkins
   Displaying page 1 of 1 pages; Items 1 to 1

Copyright © 2001-2025, RegexAdvice.com | ASP.NET Tutorials