Searched defs:regularExpression (Results 1 – 2 of 2) sorted by relevance
373 … public static Pattern compile(String regularExpression, int flags) throws PatternSyntaxException { in compile()423 public static boolean matches(String regularExpression, CharSequence input) { in matches()
1580 public boolean matches(String regularExpression) { in matches()1599 public String replaceAll(String regularExpression, String replacement) { in replaceAll()1618 public String replaceFirst(String regularExpression, String replacement) { in replaceFirst()1638 public String[] split(String regularExpression) { in split()1656 public String[] split(String regularExpression, int limit) { in split()