On Sun, 12 May 2002, Steven Jarvis wrote:
> I want to do the following:
>
> Big chunk of text is stored in variable $a. Paragraph breaks are
> signalled by two line breaks.
How big is big? 100 lines? 10,000 lines? 1,000,000 lines?
> I want to just extract the first paragraph (i.e., all the tex
I want to do the following:
Big chunk of text is stored in variable $a. Paragraph breaks are
signalled by two line breaks.
I want to just extract the first paragraph (i.e., all the text up to the
first set of two line breaks) from $a.
How would I do this?
I tried exploding $a into an array,
2 matches
Mail list logo