I am trying to separate words in a string and print each word one by one. So if my input is Hello world it\'s me should be:
Hello world it\'s me
Hello world its me