public class WildcardUtil extends Object
Constructor and Description |
---|
WildcardUtil() |
Modifier and Type | Method and Description |
---|---|
static Pattern |
compileWildcardPattern(String pattern)
Convert wildcard pattern to Pattern
|
static boolean |
needsBackslashToBeLiteralInRegex(char c) |
public static Pattern compileWildcardPattern(String pattern)
pattern
- String containing wildcard patternpublic static boolean needsBackslashToBeLiteralInRegex(char c)
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.