Exemplo n.º 1
0
 private static string ProcessCharacterWildcard(CharacterWildcard node)
 {
     return(@"[^/\\]{1}");
 }
Exemplo n.º 2
0
 private static string ProcessCharacterWildcard(CharacterWildcard node)
 {
     return @"[^/\\]{1}";
 }