substring
Returns a new String that contains characters in this string builder at startIndex (inclusive) and up to the endIndex (exclusive).
Since Kotlin
1.3Throws
or IllegalArgumentException when startIndex or endIndex is out of range of this string builder indices or when startIndex > endIndex
.