Thread String 'xyz' in "xyz" umwandeln (4 answers)
Opened by RonnyXR at 2012-02-02 09:10

Gast wer
 2012-02-02 09:54
#155823 #155823
Code (perl): (dl )
1
2
3
my $str = 'Hallo Welt\nZweiteZeile\nusw...';
$str=~s/\\n/\n/gs;
print $str."\n";

Last edited: 2012-02-02 10:01:11 +0100 (CET)

View full thread String 'xyz' in "xyz" umwandeln