![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
leaving only [a-zA-Z0-9]by TriggerDunpoe (Novice) |
on Mar 21, 2004 at 13:46 UTC ( #338447=perlquestion: print w/replies, xml ) | Need Help?? |
TriggerDunpoe has asked for the wisdom of the Perl Monks concerning the following question:
I have
what's not right? it doesn't do anything to the string... and I know it looks useless, but it's a test for something else. what I want is to delete any and all characters from a string that don't fit into [a-zA-Z0-9]... unless things like "$(@$&%*" are in there...
Back to
Seekers of Perl Wisdom
|
|