Package-level declarations
Functions for working with text and regular expressions.
Functions for working with text and regular expressions.
Types
Represents the Unicode directionality of a character. Character directionality is used to calculate the visual ordering of text.
Functions
Appends a line separator to this Appendable.
Appends a line separator to this StringBuilder.
Appends value to the given Appendable and line separator after it.
Appends value to this StringBuilder, followed by a line separator.
Returns a named charset with the given charsetName name.
Returns the character (Unicode code point) at the specified index.
Returns the character (Unicode code point) before the specified index.
Returns the number of Unicode code points in the specified text range of this String.
Returns true if this string is equal to the contents of the specified StringBuffer, false otherwise.
Returns true if this string is equal to the contents of the specified CharSequence, false otherwise.
Uses this string as a format string and returns a string obtained by substituting the specified arguments, using the default locale.
Uses this string as a format string and returns a string obtained by substituting the specified arguments, using the specified locale.
Uses the provided format as a format string and returns a string obtained by substituting the specified arguments, using the default locale.
Uses the provided format as a format string and returns a string obtained by substituting the specified arguments, using the specified locale.
Returns true if this character (Unicode code point) should be regarded as an ignorable character in a Java identifier or a Unicode identifier.
Returns true if this character (Unicode code point) may be part of a Java identifier as other than the first character.
Returns true if this character is permissible as the first character in a Java identifier.
Returns the index within this string that is offset from the given index by codePointOffset code points.
Converts the contents of the specified StringBuffer to a string.
Converts the contents of the specified StringBuilder to a string.
Converts the data from the specified array of bytes to characters using the UTF-8 character set and returns the conversion result as a string.
Converts the data from the specified array of bytes to characters using the specified character set and returns the conversion result as a string.
Converts the data from a portion of the specified array of bytes to characters using the UTF-8 character set and returns the conversion result as a string.
Converts the code points from a portion of the specified Unicode code point array to a string.
Converts the data from a portion of the specified array of bytes to characters using the specified character set and returns the conversion result as a string.
Encodes the contents of this string using the specified character set and returns the resulting byte array.
Copies characters from this string into the destination character array and returns that array.
Returns a copy of this string converted to lower case using the rules of the specified locale.
Converts this java.util.regex.Pattern to an instance of Regex.
Returns a new SortedSet of all characters.
Converts this character to title case using Unicode mapping rules of the invariant locale.
Returns a copy of this string converted to upper case using the rules of the specified locale.