Thread Leerzeichen-Regex lässt StackExchange ausfallen? (27 answers)
Opened by GwenDragon at 2016-07-21 13:24

renee
 2016-07-26 14:59
#185146 #185146
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Wer Lust hat, kann ja mal
Code (perl): (dl )
1
2
3
4
5
6
7
8
9
use strict;
use warnings;

use re 'debug';

my $inputA = "X".(" \t" x 10000)."A";
(my $t1 = $inputA) =~ s/[\s\u200c]+A/ A/;
<STDIN>;
(my $t1 = $inputA) =~ s/[\s\u200c]*$/ A/;
starten...
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 Leerzeichen-Regex lässt StackExchange ausfallen?