in reply to
Dot star okay, or not?
My prefered way is to do it in 2 lines:
$string=~s/^\s+//; $string=~s/\s+$//;
[download]
Comment on
Re: Dot star okay, or not?
Download
Code
In Section
Seekers of Perl Wisdom