public class PatternMatchingUtils extends Object
PatternMatchingUtils()
static List<Pattern>
getPatternList(String context, String regexPatterns)
static boolean
matches(String str, List<Pattern> patterns)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PatternMatchingUtils()
public static List<Pattern> getPatternList(String context, String regexPatterns)
public static boolean matches(String str, List<Pattern> patterns)
Copyright © 2017. All rights reserved.