E
Ed
I need to find strings of multiple space characters and reduce them to 0, 1,
or 2 spaces, depending on the first character. What I think I need to do is
find two consecutive spaces, then extend the range forward and backward
until I hit a non-space character. What do I use to do that?
Ed
or 2 spaces, depending on the first character. What I think I need to do is
find two consecutive spaces, then extend the range forward and backward
until I hit a non-space character. What do I use to do that?
Ed