Thread reguläre Ausdrücke
(17 answers)
Opened by NC10 at 2009-01-03 19:43 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/ |