示例#1
0
 private static string ProcessStringWildcard(StringWildcard node)
 {
     return(@"[^/\\]*"); //TOOD: we may need to take a better look at using a Windows mode vs a Linux mode for filename matching.
 }
 private static string ProcessStringWildcard(StringWildcard node)
 {
     return @"[^/\\]*"; //TOOD: we may need to take a better look at using a Windows mode vs a Linux mode for filename matching.
 }