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

Gast Gast
 2009-01-28 14:19
#118412 #118412
hi, sieht so aus:
Code (perl): (dl )
1
2
3
4
    #add
    if ($permissions =~ /\+ ([a-z])/xms ) {
        $new_permissions = qq{$old_permissions$permissions};
    }

View full thread regex: quote + -- \+ funktioniert nicht