in reply to Re^2: Incremental replacement by regex
in thread Incremental replacement by regex
removes the trailing "\n" and replaces it with a space, which is probably not what you want.my $t = "This example could be another example where the example is th +e example I wanted, for example\n";
|
|---|