Tagged Questions
3
votes
2answers
335 views
Split long string into paragraphs
How can I test a string to see if it has more than one paragraph, and split a string that contains multiple paragraphs into two strings, one with the first paragraph of the original, one with the ...