tekststreng
Tekststreng is a sequence of characters used to represent textual data in computing. In programming and data processing, it is commonly referred to as a string. A tekststreng can include letters, digits, whitespace and punctuation, and is used to store words, sentences and identifiers.
Text strings are stored and manipulated according to a chosen character encoding, most commonly Unicode-based encodings
Many languages treat strings as immutable values (Python, Java, JavaScript), meaning that operations typically create new
Common operations include measuring length, concatenation, indexing and slicing, searching, replacement and formatting. Examples: Python: "hello".
Strings are central to user interfaces, data serialization formats, natural language processing, and configuration. Key considerations