in reply to
Re: replace at the begining
in thread
replace at the begining
You can't use character classes like
\s
in the replace string, only in the search pattern.
Comment on
Re^2: replace at the begining
In Section
Seekers of Perl Wisdom