StringBuilder
Description:
Creates a new StringBuilder, initialized with the given string.
Parameters:
init |
the initial text to copy into the string, or null to start with an empty string |
Returns:
the new StringBuilder |