This is a simple test of me trying to parse strings. Enter a phrase or sentence, and the program will split it into different lines at a character specified by the first letter of the string. EXAMPLE: _ice_cream turns into: ice cream
November 2, 2018- Changed the character used in parsing "checks" to the first character in the document.