I have a situation where I want to split a long block of text into sentences. I have a working piece of code that splits the string as I would like, however it removes the delimiters (which I knew it would). Now, I want to be able to keep those delimiters as part of the output strings (reallocated appropriately).I have a situation where I want to split a long