in reply to How can I strip an arbitary number of "inner" spaces from a string?

Perhaps I'm missing something here, but wouldn't it be as simple as:

s/\s\s+/ /g

- Krae

  • Comment on Re: How can I strip an arbitary number of "inner" spaces from a string?
  • Download Code