Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

remove whitespace 1

Status
Not open for further replies.

blues77

Programmer
Joined
Jun 11, 2002
Messages
230
Location
CA
Is there a command that will remove all trailing whitespace from a string?
 
Code:
$string =~ s/\s*$//;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top