Return to Snippet

Revision: 4974
at January 31, 2008 17:31 by meme


Initial Code
$emailaddress =~ s/^\s+//;

Initial URL


Initial Description
This code will remove leading whitespace from a string using Perl.

Initial Title
Remove Leading Whitespace (blanks) with Perl

Initial Tags


Initial Language
Perl