How does one preserve newline characters when detecting sentences? I want to be able to join sentences in a certain way (placing joined sentences in a array) but at the same time I want to preserve their newline characters so that when I print the joined sentence array out, it will look somewhat like the original.
Thanks! -Sam