> From: Sudarsan Raghavan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 1:48 PM > To: Sophia Corwell > Cc: [EMAIL PROTECTED] > Subject: Re: Deleting leading/trailing whitespace > > > ($temp) = $temp =~ m/^\s+(\S*)\s+$/; No, because this won't match the following string: $temp=" blah blah blah "; Because the blahs are separated by whitespace. > regards, > Sudarsan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Deleting leading/trailing whitespace Sophia Corwell
- Re: Deleting leading/trailing whitespace Sudarsan Raghavan
- Re: Deleting leading/trailing whitespace Michael Fowler
- Re: Deleting leading/trailing whitespace John Way
- Re: Deleting leading/trailing whitespace Mooney Christophe-CMOONEY1
- Re: Deleting leading/trailing whitespa... Adam Turoff
- RE: Deleting leading/trailing whitespace Bob Showalter