in reply to Re: Algorithm for "Incrementing" strings
in thread Algorithm for "Incrementing" strings
Oops, typo
$x =~ s/([^$last]?)($last*)$/ $next{$1} . $first x length $2 /e;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Algorithm for "Incrementing" strings (single regex)
by tye (Sage) on Feb 15, 2015 at 03:51 UTC |