I have a parsed string that I want to put into a paragraph screen. I want the string to have lines separated by newlines. I tried using \n but it is reading it as literal text.
Can I go through a string and check each character and split the lines based on a delimiter ?