Thread regex max ein "-" (12 answers)
Opened by Gast at 2007-07-01 15:37

renee
 2007-07-01 16:55
#78108 #78108
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Auch das -{1,1} matcht auf mehrere "minusse". Probier mal
Code (perl): (dl )
print qq~yes\n~ if '--' =~ /-{1,1}/"
aus.

Wenn, dann müsste es so etwas wie /[^-]-[^-]/ sein...
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 max ein "-"