- buffer
- the StringBuffer to append to.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalStateException if no successful match has been made.
Appends the (unmatched) remainder of the input to the given Java.Lang.StringBuffer. The method can be used in conjunction with Matcher.Find and Matcher.AppendReplacement(Java.Lang.StringBuffer, System.String) to walk through the input and replace all matches of the Pattern with something else.