Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: remove both leading and trailing spaces

by perlmonkey (Hermit)
on Sep 26, 2003 at 06:16 UTC ( [id://294344]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Benchmark;
    my $val = "      Smart Way    ";
    ...
        $tmp =~ s/\s+$//;
      }
    });
    
  2. or download this
    Benchmark: timing 1000000 iterations of regex1, regex2...
        regex1:  9 wallclock secs ( 6.43 usr +  0.02 sys =  6.45 CPU)
             @ 155038.76/s (n=1000000)
        regex2:  2 wallclock secs ( 2.65 usr +  0.00 sys =  2.65 CPU)
             @ 377358.49/s (n=1000000)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://294344]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-03-28 21:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found