Category
page 1String (computer science)
string
data type representing a finite sequence of encoded characters
concatenation
thumb|upright=2| A spreadsheet's concatenate ("&") function is used to assemble a complex text string—in this example, XML code for an [[SVG "circle" element.]]
In formal language theory and computer programming, string concatenation is the operation of joining character strings end-to-end. For example, the concatenation of "snow" and "ball" is "snowball". In certain formalizations of concatenation theory, also called string theory, string concatenation is a primitive notion.
empty string
the unique string of length zero
Q709099
standard UNIX utility
delimiter
thumb|Depiction of data using comma as a field delimiter.|alt=
query string
part of a URL which assigns values to specified parameters
here document
a section of a source code file that is treated as if it were a separate file

substring
thumb|"string" is a substring of "substring"
C string handling
handling of strings in the C programming language
std::string
class in the C++ standard library that represents a string of characters