Thread regex "hallo" dummy (6 answers)
Opened by RPerl at 2007-07-22 17:42

renee
 2007-07-22 18:22
#78743 #78743
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
sid burn hat recht, dass die Aufgabe ziemlich sinnfrei ist, aber damit Du eine RegEx hast: ;)

Code (perl): (dl )
1
2
my ($l) = 'hallo' =~ /hal(l)o/;
print $l;
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 regex "hallo" dummy