Thread reguläre Ausdrücke (17 answers)
Opened by NC10 at 2009-01-03 19:43

renee
 2010-01-04 13:04
#129981 #129981
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Code: (dl )
if( (my $test = lc($_)) =~ tr/aeiou/vvvvv/ == 1 );


oder

Code: (dl )
if( $_ =~ tr/aeiouAEIOU/vvvvvvvvvv/ == 1 );
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 reguläre Ausdrücke