I am trying to write a regex to find all paragraphs in a text string.
Paragraphs are all Uppercase and start and end with new line n
THIS IS A PARAGRAPH
This is just text
So is this
ANOTHER PARAGRAPH
This is NOT
And so on
I am trying to write a regex to find all paragraphs in a text string.
Paragraphs are all Uppercase and start and end with new line n
THIS IS A PARAGRAPH
This is just text
So is this
ANOTHER PARAGRAPH
This is NOT
And so on