Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Answer: How do I remove whitespace at the beginning or end of my string?

by PERLscienceman (Curate)
on Feb 21, 2004 at 12:57 UTC ( [id://330789]=note: print w/replies, xml ) Need Help??


in reply to Re: How do I remove whitespace at the beginning or end of my string?
in thread How do I remove whitespace at the beginning or end of my string?

...or... more simply, you could do it this way as a one liner:
s/^\s+|\s+$//g
  • Comment on Re: Answer: How do I remove whitespace at the beginning or end of my string?
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-19 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found