Thread Regular Expressions with Brackets
(3 answers)
Opened by Gast at 2009-01-26 11:44
Es gibt noch @+:
Code (perl): (dl
)
1 2 3 4 5 6 7 #!/usr/bin/perl use strict; use warnings; 'Dies ist ein Test' =~ /(D).*?(t).*?(T)(e)/; print $#+; 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/ |