Finds the first instance of a substring in this StringBuilder.
@param str String to find
@return location (base 0) of the String, or -1 if not found
@see #indexOf(String,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.