Thread Ausgabe von Matches (4 answers)
Opened by Gast at 2007-09-28 18:04

renee
 2007-10-05 10:39
#100315 #100315
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Ein
Code (perl): (dl )
1
2
my @matches = $_ =~ m/(\[.*?\])/g;
print "$_\n" for @matches;
reicht... (wie ich weiter oben schon geschrieben habe)
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Ausgabe von Matches