A string is a sequence of characters, such as letters, numbers, and symbols, that is used to represent text in programming. It is often enclosed in quotation marks.
Related terms
Concatenation: Combining two or more strings together to create a new string.
Indexing: Accessing individual characters within a string by their position.