Introduction
Split breaks a string into parts. Join puts parts back together into one string.
When you want to separate words in a sentence into a list.
When you need to combine a list of words into a sentence.
When processing data from a file where items are separated by commas.
When formatting output by joining pieces with a special character.