insert
Content copied to clipboard
Content copied to clipboard
Content copied to clipboard
Content copied to clipboard
Inserts characters in a subsequence of the specified character sequence csq into this string builder at the specified index and returns this instance.
The inserted characters go in the same order as in the csq character sequence, starting at index.
Parameters
index
the position in this string builder to insert at.
start
the beginning (inclusive) of the subsequence to insert.
end
the end (exclusive) of the subsequence to insert.
Throws
if index is less than zero or greater than the length of this string builder.