How do I write a regex to capture a block of text up to a blank line?
I’m trying to capture a block of text from a linux command that’s delimited by a blank line. However, I’m having trouble with the regex matching past the first line.
How do I write a regex to capture a block of text up to a blank line?
I’m trying to capture a block of text from a linux command that’s delimited by a blank line. However, I’m having trouble with the regex matching past the first line.