Implements a terminal append-and-replace step.
This method reads characters from the input sequence, starting at
the append position, and appends them to the given string buffer. It is
intended to be invoked after one or more invocations of the appendReplacement
method in order to copy the
remainder of the input sequence.
sb
| The target string buffer |
Diagram: Pattern, Matcher