in reply to
Re: perl regex with '\s+'
in thread
perl regex with '\s+'
\s+ change consecutive spaces to single spaces \s* remove all spaces altogether;
Comment on
Re^2: perl regex with '\s+'
In Section
Seekers of Perl Wisdom