Thread regex als Eingabeseparator (6 answers)
Opened by amos at 2014-11-14 15:06

Muffi
 2014-11-14 16:14
#178365 #178365
User since
2012-07-18
1465 Artikel
BenutzerIn
[default_avatar]
Das könnt tun.

Code (perl): (dl )
1
2
3
my $a = 'hallo</ende>blubb</foo>';
my @b = $a =~ /.*?<\/.*?>/g;
print join(',', @b);


Ich hab jetzt mal angenommen es soll mit ".*?" sein
1 + 1 = 10

View full thread regex als Eingabeseparator