Searched defs:regularExpression (Results 1 – 2 of 2) sorted by relevance
366 … public static Pattern compile(String regularExpression, int flags) throws PatternSyntaxException { in compile()412 public static boolean matches(String regularExpression, CharSequence input) { in matches()
1764 public boolean matches(String regularExpression) { in matches()1783 public String replaceAll(String regularExpression, String replacement) { in replaceAll()1802 public String replaceFirst(String regularExpression, String replacement) { in replaceFirst()1822 public String[] split(String regularExpression) { in split()1840 public String[] split(String regularExpression, int limit) { in split()