Thread regex: quote + -- \+ funktioniert nicht (13 answers)
Opened by Gast at 2009-01-28 00:49

renee
 2009-01-28 16:18
#118426 #118426
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
\Q..\E

Code (perl): (dl )
1
2
3
4
my $string = "+[a-z]";
if( '+w' =~ /\Q$string\E/ ){
  print "yes";
}
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: quote + -- \+ funktioniert nicht