public class RegMatcher extends Object
RegMatcher()
RegMatcher(Set<String> regexSet)
void
addPattern(String regex)
Set<Pattern>
getMatchPat(String str, boolean once)
boolean
match(String str)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RegMatcher()
public RegMatcher(Set<String> regexSet)
public void addPattern(String regex)
public boolean match(String str)
public Set<Pattern> getMatchPat(String str, boolean once)
Copyright © 2019. All rights reserved.