Scripting
>>
Perl
>>
How to remove trailing blanks from a string
$string =~ s/ *$//;
Please enable JavaScript to view the
comments powered by Disqus.