This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Script Heuristic API for package java.lang
editScript Heuristic API for package java.lang
editSee the Script Heuristic API for a high-level overview of all packages and classes.
String
edit- static String copyValueOf(char[])
- static String copyValueOf(char[], int, int)
- static String format(String, def[])
- static String format(Locale, String, def[])
- static String join(CharSequence, Iterable)
- static String valueOf(def)
- String()
- char charAt(int)
- IntStream chars()
- int codePointAt(int)
- int codePointBefore(int)
- int codePointCount(int, int)
- IntStream codePoints()
- int compareTo(String)
- int compareToIgnoreCase(String)
- String concat(String)
- boolean contains(CharSequence)
- boolean contentEquals(CharSequence)
- String decodeBase64()
- String encodeBase64()
- boolean endsWith(String)
- boolean equals(Object)
- boolean equalsIgnoreCase(String)
- void getChars(int, int, char[], int)
- int hashCode()
- int indexOf(String)
- int indexOf(String, int)
- boolean isEmpty()
- int lastIndexOf(String)
- int lastIndexOf(String, int)
- int length()
- int offsetByCodePoints(int, int)
- boolean regionMatches(int, String, int, int)
- boolean regionMatches(boolean, int, String, int, int)
- String replace(CharSequence, CharSequence)
- String replaceAll(Pattern, Function)
- String replaceFirst(Pattern, Function)
- String[] splitOnToken(String)
- String[] splitOnToken(String, int)
- boolean startsWith(String)
- boolean startsWith(String, int)
- CharSequence subSequence(int, int)
- String substring(int)
- String substring(int, int)
- char[] toCharArray()
- String toLowerCase()
- String toLowerCase(Locale)
- String toString()
- String toUpperCase()
- String toUpperCase(Locale)
- String trim()