Y yxq Dec 10, 2005 #1 Hello, Could anyone tell how to realize the regex that match file path and direcotry? Thank you
K Ken Tucker [MVP] Dec 11, 2005 #2 Hi, RegExLib.com has alot of sample regular expression patterns. Here is the one I think you are looking for. http://www.regexlib.com/REDetails.aspx?regexp_id=425 Ken
Hi, RegExLib.com has alot of sample regular expression patterns. Here is the one I think you are looking for. http://www.regexlib.com/REDetails.aspx?regexp_id=425 Ken
A Andrew Morton Dec 12, 2005 #3 yxq said: Hello, Could anyone tell how to realize the regex that match file path and direcotry? Click to expand... It might be that what you want is already provided in System.IO.Path. Andrew
yxq said: Hello, Could anyone tell how to realize the regex that match file path and direcotry? Click to expand... It might be that what you want is already provided in System.IO.Path. Andrew