String
The String object is used to represent and manipulate a sequence of characters.
Last updated
Was this helpful?
The String object is used to represent and manipulate a sequence of characters.
Last updated
Was this helpful?
Strings are useful for holding data that can be represented in text form. Some of the most-used operations on strings are to check their , to build and concatenate them using the , checking for the existence or location of substrings with the method, or extracting substrings with the method.