Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^4: trimming space from both sides of a string

by jwkrahn (Abbot)
on Oct 16, 2010 at 19:31 UTC ( [id://865717]=note: print w/replies, xml ) Need Help??


in reply to Re^3: trimming space from both sides of a string
in thread trimming space from both sides of a string

s/^\s+//; s/\s+$//; works better than s/^\s*//; s/\s*$//;.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-19 16:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found