Manipulating
text strings is important in any coding language. We often need to take human language as inputs and to change them in various ways in order to process them into something else.
String manipulation can take various forms. Broadly speaking, when manipulating a text string, we can search, analyze, or make changes to the string.
Below is a list of common ways that we manipulate text strings.
Text strings have a useful property called
length.