com.tonicsystems.jarjar.regex

Interface Pattern

public interface Pattern

Method Summary

Matcher
getMatcher(String value)
int
groupCount()
boolean
matches(String value)
String
replaceAll(String value, String replace)

Method Details

getMatcher

public Matcher getMatcher(String value)

groupCount

public int groupCount()

matches

public boolean matches(String value)

replaceAll

public String replaceAll(String value,
                         String replace)