in reply to Re: How can I replace space sequences in a string with the number of spaces in each sequence?
in thread How can I replace space sequences in a string with the number of spaces in each sequence?
my $input = 'r k rpp pp'; my $output = 'r3k2r/pp4pp';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How can I replace space sequences in a string with the number of spaces in each sequence?
by LanX (Saint) on Feb 04, 2015 at 12:03 UTC | |
by tkguifan (Scribe) on Feb 04, 2015 at 15:39 UTC | |
by LanX (Saint) on Feb 04, 2015 at 16:00 UTC |