* appendReplacement(StringBuilder sb, String replacement) * appendTail(StringBuilder sb) * replaceAll(Function<MatchResult,String> replacer) * results() * replaceFirst(Function<MatchResult,String> replacer) Also check Pattern to see what should be added
Also check Pattern to see what should be added