in reply to Re: Re: regexp and substitute operator problem
in thread regexp and substitute operator problem
Also, you might at least want to put some () around the central part of your regex, as in: /\s($c*?)\s/ so you won't capture the whitespace around the matches as you do now. Or maybe that is what you wanted.
|
---|