Appends text to a mutable string value.
Appends a character by code value.
string->decompose is a member in the String Mutation group; call it on the receiver shown before the arrow.
string->foldCase is a member in the String Mutation group; call it on the receiver shown before the arrow.
Returns lowercase text.
string->merge is a member in the String Mutation group; call it on the receiver shown before the arrow.
string->normalize is a member in the String Mutation group; call it on the receiver shown before the arrow.
Pads the left side of a string.
Pads the right side of a string.
Removes characters.
Removes a leading pattern.
Removes a trailing pattern.
Replaces text or regular expression matches.
Reverses a string.
Returns titlecase text.
string->toLower is a member in the String Mutation group; call it on the receiver shown before the arrow.
string->toTitle is a member in the String Mutation group; call it on the receiver shown before the arrow.
string->toUpper is a member in the String Mutation group; call it on the receiver shown before the arrow.
Removes leading and trailing whitespace.
Returns uppercase text.