Thread
Suche Regex
(30 answers)
Opened by xAmp at
2009-09-23 14:49
bianca
2009-09-23 14:59
User since
2009-09-13
7016 Artikel
BenutzerIn
Wie wäre das hier?
Code: (
dl
)
1
2
3
my $text2 = "tldmfmyvkif4dwhbvysdrtaysdf";
$text2 =~ s/y//i;
print substr ($text2,0,13);
10 print "Hallo"
20 goto 10
View full thread
Suche Regex