The String class provides a rich set of methods for working with text. All of them return a new string — the original remains unchanged. Here are the most important groups of operations.
Length, Characters, Substrings
The String class provides a rich set of methods for working with text. All of them return a new string — the original remains unchanged. Here are the most important groups of operations.