in reply to Re: How can I strip an arbitary number of "inner" spaces from a string?
in thread How can I strip an arbitary number of "inner" spaces from a string?
ITYM s/^([^:]+:)\s+/$1/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How can I strip an arbitary number of "inner" spaces from a string?
by gothic_mallard (Pilgrim) on Sep 17, 2004 at 08:19 UTC |