in reply to Re: extract text from multi-line context
in thread extract text from multi-line context

If so, you need the "flip-flop" operator, otherwise known as ".." in list context.

.. is the flip-flop operator when used in scalar context, in list context it's the range operator. See Range Operators for both.

(also What shortcuts can I use for linking to other information?)