Search results
The class String includes methods for examining individual characters of the sequence, for comparing strings, for searching strings, for extracting substrings, and for creating a copy of a string with all characters translated to uppercase or to lowercase.
- Use
Creates an EventSetDescriptor assuming that you are...
- StrictMath
The class StrictMath contains methods for performing basic...
- StringBuilder
A mutable sequence of characters. This class provides an API...
- StringBuffer
The overall effect is exactly as if the second argument were...
- Use
The class String includes methods for examining individual characters of the sequence, for comparing strings, for searching strings, for extracting substrings, and for creating a copy of a string with all characters translated to uppercase or to lowercase.
The String class includes methods for examining individual character sequences, comparing strings, searching strings, extracting substrings, and creating a copy of a string with all characters translated to uppercase or lowercase.
Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).
Java SE 8u211 and later updates are available, under the Java SE OTN License. For production use Oracle recommends downloading the latest JDK and JRE versions and allowing auto-update. Only developers and Enterprise administrators should download these releases.
String class methods to manipulate common string operations. You learn to convert all characters in a string to uppercase and lowercase, trim the string to remove whitespace, and retrieve a substring from a string.
Oracle String Functions. This tutorial provides you the most commonly used Oracle string functions that help you manipulate character strings more effectively. Returns an ASCII code value of a character. Converts a numeric value to its corresponding ASCII character. Concatenate two strings and return the combined string.