![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re: regex to remove all non a-z and spacesby davido (Cardinal) |
on May 16, 2005 at 05:41 UTC ( #457369=note: print w/replies, xml ) | Need Help?? |
Don't forget that a-zA-Z is not going to work for all alphabets in all languages. This may not be a problem for your application, but if you use locales, it is a potential issue and POSIX is your friend:
Dave
In Section
Seekers of Perl Wisdom
|
|