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 {@link #appendReplacement appendReplacement} method in order to copy theremainder of the input sequence.
@param sb The target string buffer @return The target string buffer
|
|
|
|