- start
- the inclusive start index.
- end
- the exclusive end index.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.StringIndexOutOfBoundsException if start is less than zero, greater than the current length or greater than end.
Deletes a sequence of characters specified by start and end. Shifts any remaining characters to the left.