Added Methods |
int codePointAt(int )
|
Returns the character (Unicode code point) at the specified
index. |
int codePointBefore(int )
|
Returns the character (Unicode code point) before the specified
index. |
boolean contains(String )
|
Returns true if and only if this string contains the specified
string. |
String format(String, Object[])
|
Returns a formatted string using the specified format string and
arguments. |
String format(Locale, String, Object[])
|
Returns a formatted string using the specified locale, format string,
and arguments. |
String replace(String, String)
|
Replaces each substring of this string that matches the literal target
string with the specified literal replacement string. |