A
Andrey Chaschev
Hi! I really want to know how to denote line breaks in multiline regexp.
The problem is that \s is not only a line break.
I.e. how to parse this in a general way?
s=<<HERE
a loooong-loooong text with
MANY spaces and *single* line breaks
followed by three empty lines
this line must be detached from the previous
HERE
Thanks in advance!
The problem is that \s is not only a line break.
I.e. how to parse this in a general way?
s=<<HERE
a loooong-loooong text with
MANY spaces and *single* line breaks
followed by three empty lines
this line must be detached from the previous
HERE
Thanks in advance!