in reply to Regex with newline
$text =~ s|\r\n\r\n|<br /><br />|sg;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Regex with newline
by dvergin (Monsignor) on Apr 05, 2001 at 03:21 UTC | |
Re^2: Regex with newline
by typomaniac (Novice) on Feb 07, 2012 at 02:50 UTC | |
by choroba (Cardinal) on Feb 07, 2012 at 11:54 UTC |