in reply to Re: How do I remove whitespace at the beginning or end of my string?in thread How do I remove whitespace at the beginning or end of my string?
s/^\s+|\s+$//g [download]