String manipulation
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.
Comments
You must sign in to comment
We use cookies to help run our website and provide you with the best experience. See our cookie policy for further details.