Hi,
I'm trying to figure out how can I make split read from the file and recognize how to put the strings into an array from a file, based on a new line break.
Example of my txt file:
This will be my first huge paragraph, it will contain many different characters such as numbers (123...) periods and etc...
My second paragraph, once again pretty big. Each paragraph consisting of about 50 - 150 characters.
Third paragraph, ans so on. Looking for an aim for atleast 50+ paragraphs.
Please suggest what would be the best and simple method to approach this. Thanks!