\begin{Dean Hamstead}
> I would like to strip special characters
> eg. anything not A..Z a..z 0..9
s/[^A-Za-z0-9]//g;
if you want to include "_" too, you can use:
s/\W//g;
--
- Gus
--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug
- [SLUG] perl quicky Dean Hamstead
- Re: [SLUG] perl quicky John Clarke
- Re: [SLUG] perl quicky Rodos
- Re: [SLUG] perl quicky Matthew Dalton
- Re: [SLUG] perl quicky Herbert Xu
- Re: [SLUG] perl quicky Matthew Dalton
- Re: [SLUG] perl quicky Stuart Cooper
- [SLUG] Perl Quicky Dean Hamstead
- Re: [SLUG] Perl Quicky Angus Lees
- Re: [SLUG] Perl Quicky Ken Yap
- [SLUG] perl quicky > Dean Hamstead <
- Re: [SLUG] perl quicky James Morris
- Re: [SLUG] perl quicky Grant Parnell
- Re: [SLUG] perl quicky John Clarke
