Creates a substring of this StringBuilder, starting at a specified index and ending at the end of this StringBuilder.
@param beginIndex index to start substring (base 0)
@return new String which is a substring of this StringBuilder
@see #substring(int,int)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.