Gorby has asked for the wisdom of the Perl Monks concerning the following question:
How should I write this so that it'll work?$stringtoclean=~s/[^A-Za-z0-9 ]+/ /
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Removing unwanted characters
by ambrus (Abbot) on Oct 18, 2005 at 13:12 UTC | |
|
Re: Removing unwanted characters
by samizdat (Vicar) on Oct 18, 2005 at 13:21 UTC | |
|
Re: Removing unwanted characters
by Fletch (Bishop) on Oct 18, 2005 at 13:52 UTC | |
by Roy Johnson (Monsignor) on Oct 18, 2005 at 14:06 UTC |