Searched +defs:regex +defs:syntax (Results 1 – 1 of 1) sorted by relevance
55 String syntax = Ascii.toLowerCase(syntaxAndPattern.substring(0, syntaxSeparator)); in getPathMatcher() local69 private static PathMatcher fromRegex(String regex, Iterable<PathNormalization> normalizations) { in fromRegex()