Source: wikibot/string-operations

= String operations
{wiki=String_operations}

String operations refer to the various methods and functions that can be performed on strings in programming and computer science. A string is a sequence of characters, and many programming languages provide built-in capabilities and libraries to manipulate these sequences. Common string operations include: 1. **Concatenation**: Joining two or more strings together to form a new string.