Re: How to remove white space from middle of string?
[email protected] ("Jeff Peng")
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
$string =~ s/\s+//g; On Fri, Jun 13, 2008 at 3:00 PM, sivasakthi <[email protected]> wrote: > Hi all, > > How to remove white space from middle of the string? for example, > > $string="hello world welcome"; > > I want to print helloworldwelcome > > > > Thanks, > Siva > -- Jeff Peng - [email protected] Professional Squid supports in China http://www.ChinaSquid.com/