A string is a datatype. A string is a piece of text. or in some languages you’d say: a string is an array of chars.
In programming you would assign variable to be the type of string, and then you can put any piece of text in there, any character combination.
It is a thing in every programming language, as far as I know.