- start
- the inclusive begin index.
- end
- the exclusive end index.
- string
- the replacement string.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.StringIndexOutOfBoundsException if start is negative, greater than the current length() or greater than end. Java.Lang.NullPointerException if str is null.
Replaces the specified subsequence in this builder with the specified string.