com.tonicsystems.jarjar.regex

Interface Pattern

public interface Pattern

Method Summary
MatchergetMatcher(String value)
intgroupCount()
booleanmatches(String value)
StringreplaceAll(String value, String replace)

Method Detail

getMatcher

public Matcher getMatcher(String value)

groupCount

public int groupCount()

matches

public boolean matches(String value)

replaceAll

public String replaceAll(String value, String replace)