in reply to Re: stripping characters from a string
in thread stripping characters from a string
I'd prefer this, actually:
for ($string) { tr/ '/_/d; print }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: stripping characters from a string
by Samy_rio (Vicar) on Mar 06, 2006 at 09:59 UTC | |
by ayrnieu (Beadle) on Mar 06, 2006 at 10:23 UTC |