in reply to Re^3: Extract Paragraph From Text
in thread Extract Paragraph From Text

Hi 1nickt,

Thanks for your reply! What I am really trying to do is to parse a batch of text files. In each file, I want to get each paragraph separately and do analysis within each paragraph. The code posted here is just an example.

When I copy and paste the text from the original text file and execute the code, I got the whole text back instead of each separately.

If the text I have does not separate paragraphs by blank lines, can I still get separately paragraphs?

Best Regards

Replies are listed 'Best First'.
Re^5: Extract Paragraph From Text
by 1nickt (Canon) on Sep 08, 2015 at 15:50 UTC

    Of course. But you'll need to use the right separator. And I was suggesting pasting and testing the code from your original post here, since several monks have reported that it works.

    The way forward always starts with a minimal test.