Thread reg. expressions: substring wegschneiden (5 answers)
Opened by paidopoieo at 2006-05-15 06:37

renee
 2006-05-15 13:32
#66099 #66099
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
oder gemäß TIMTOWTDI:
Code: (dl )
1
2
my $string =  "SW:1PMM_E";
my $right = substr($string,index($string,":")+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 reg. expressions: substring wegschneiden