- offset
- the index to insert at.
- str
- the String to insert.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.StringIndexOutOfBoundsException if offset is negative or greater than the current length().
Inserts the specified string at the specified offset. If the specified string is null, then the String "null" is inserted.