Introduction
String methods help you change or break text easily. They make working with words simple and fast.
You want to break a sentence into words.
You need to change some words in a text.
You want to remove extra spaces from the start or end of a text.
You want to clean up user input before using it.
You want to split a list of items separated by commas.