Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

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

by infinityandbeyond (Sexton)
on Apr 20, 2000 at 23:01 UTC ( [id://8244]=note: print w/replies, xml ) Need Help??


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

One line is just as good.
#replace 0 or more whitespaces at the beginning # or 0 or more whitespaces at the end # with nothing $string =~ s/^\s+|\s+$//g;
Credit to perlmonkey for corrections to original post -- Ed.
  • Comment on Re: 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://8244]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-25 09:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found