Searched refs:regexp (Results 1 – 2 of 2) sorted by relevance
1023 var space = regexp.MustCompile(`\s+`)
2886 private int countMatches(@NonNull final Pattern regexp, @NonNull final String string) { in countMatches() argument2887 final Matcher m = regexp.matcher(string); in countMatches()