Thread
RegEx, backslash im Pfad
(61 answers)
Opened by
PETER_PAN2009
at
2010-04-14 15:24
bianca
2010-04-14 15:27
User since
2009-09-13
7016 Artikel
BenutzerIn
Code (perl): (
dl
)
(
$datei
=
$pfad_und_datei
)
=~
s/^.*[\\\/]//g
;
10 print "Hallo"
20 goto 10
View full thread
RegEx, backslash im Pfad