This function breaks a string up into a bunch of individual strings, one for each character in the original string. Thus 'hi there' would become ['h','i',' ','t','h','e','r','e'].