Programming · Level 2 of 5
String
A sequence representing text.
Character, byte, and Unicode indexing are not always interchangeable.
Example
A variable stores a user's search phrase.
Listen to the definition and example
Audio transcript
String. A sequence representing text. Character, byte, and Unicode indexing are not always interchangeable. For example: A variable stores a user's search phrase.
Explore this concept
Why it matters
This helps you read implementation code and describe its behavior precisely.
Start with
Related concepts
Quick recall question
Try answering before looking back at the definition.