Searched defs:regularExpression (Results 1 – 2 of 2) sorted by relevance
373 … public static Pattern compile(String regularExpression, int flags) throws PatternSyntaxException { in compile()419 public static boolean matches(String regularExpression, CharSequence input) { in matches()
1754 public boolean matches(String regularExpression) { in matches()1773 public String replaceAll(String regularExpression, String replacement) { in replaceAll()1792 public String replaceFirst(String regularExpression, String replacement) { in replaceFirst()1812 public String[] split(String regularExpression) { in split()1830 public String[] split(String regularExpression, int limit) { in split()