in reply to Re^2: 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?
I would nest regexes by calling a function on each 8block.
How would you implement it ?
Or
Can be done in a one liner with map .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How can I replace space sequences in a string with the number of spaces in each sequence?
by tkguifan (Scribe) on Feb 04, 2015 at 15:39 UTC | |
by LanX (Saint) on Feb 04, 2015 at 16:00 UTC |