in reply to Re: check if string contains anything other than alphanumeric
in thread check if string contains anything other than alphanumeric
So thank you very much!!!if ($value =~ m/[^a-zA-Z0-9]/) {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: check if string contains anything other than alphanumeric
by FunkyMonk (Bishop) on Aug 12, 2007 at 09:05 UTC | |
|
Re^3: check if string contains anything other than alphanumeric
by naikonta (Curate) on Aug 12, 2007 at 09:41 UTC |