in reply to How to split a string into two lines, intelligently

My first PerlMonks node provided a solution to a problem very like this one. If you twiddle the values in the quantifier and remove the /g switch then you have the solution you are probably looking for.

See perlretut, perlre and perlreref for more regular expression goodness.


Perl reduces RSI - it saves typing
  • Comment on Re: How to split a string into two lines, intelligently