in reply to Re: How to replace greedy alternation?
in thread How to replace greedy alternation?
my $test = "1b22a3d3cccccccba866.afgg"; (my $ordered = $test) =~ tr/abcd//cd; print $ordered, "\n"; # badcccccccbaa
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to replace greedy alternation?
by gone2015 (Deacon) on Jan 28, 2009 at 11:55 UTC | |
by Anonymous Monk on Jan 29, 2009 at 06:37 UTC | |
by gone2015 (Deacon) on Jan 29, 2009 at 13:26 UTC |