Builder
A modified wrapper of StringBuilder that internally calls format on all append calls.
Functions
Link copied to clipboard
Appends the string representation of the
codePoint
argument to this sequence.Link copied to clipboard
Removes the
char
at the specified position in this sequence.Link copied to clipboard
Returns the index within this string of the first occurrence of the specified substring.
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
Link copied to clipboard
Inserts the string representation of the
Object
argument into this character sequence.Inserts the string representation of the
Object
argument into this character sequence after applying a format call.Inserts the string representation of a subarray of the
str
array argument into this sequence.Link copied to clipboard
Returns the index within this string of the rightmost occurrence of the specified substring.
Returns the index within this string of the last occurrence of the specified substring.
Link copied to clipboard
Causes this character sequence to be replaced by the reverse of the sequence.
Link copied to clipboard