So I have the following string:
This is sentence one.
This is sentence two.
This is sentence three.
This is sentence four.
How can I use regex to split this string in 4 lines whilst ignoring the last line which is blank in this example?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
So I have the following string:
This is sentence one.
This is sentence two.
This is sentence three.
This is sentence four.
How can I use regex to split this string in 4 lines whilst ignoring the last line which is blank in this example?