String
Meaning
A sequence of characters.
Usage Examples
- Strings are used to store text in programming.
- String manipulation includes operations like concatenation and slicing.
- In Python, strings are immutable, meaning they cannot be changed after creation.
- Regular expressions can be used to search and manipulate strings.