Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

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

by Maestro_007 (Hermit)
on Jun 20, 2001 at 20:23 UTC ( [id://90067]=note: print w/replies, xml ) Need Help??


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

Try this, it's a little different, though it only works on leading whitespace:
s/\G //g
<paraphrase> It uses the \G anchor with the /g flag to start where the previous match left off, replacing spaces with nothing as it goes along. </paraphrase>

It's from p. 245 of Effective Perl Programming by Joseph N. Hall and Randal Schwartz (merlyn). Randal, if there's a problem with me quoting this stuff, just let me know.

  • 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://90067]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-19 06:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found