com.opensymphony.xwork2.util
Class WildcardUtil
java.lang.Object
com.opensymphony.xwork2.util.WildcardUtil
public class WildcardUtil
- extends Object
Helper class to convert wildcard expression to regular expression
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WildcardUtil
public WildcardUtil()
compileWildcardPattern
public static Pattern compileWildcardPattern(String pattern)
- Convert wildcard pattern to Pattern
- Parameters:
pattern
- String containing wildcard pattern
- Returns:
- compiled regular expression as a Pattern
needsBackslashToBeLiteralInRegex
public static boolean needsBackslashToBeLiteralInRegex(char c)
Copyright © 2000–2018 Apache Software Foundation. All rights reserved.