- start
- the inclusive begin index.
- end
- the exclusive end index.
- string
- the string that will replace the contents in the range.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.StringIndexOutOfBoundsException if start or end are negative, start is greater than end or end is greater than the length of s.
Replaces the characters in the specified range with the contents of the specified string.