kiat has asked for the wisdom of the Perl Monks concerning the following question:
if ($string =~ /[^a-zA-Z1-9 ]/) { # trigger error message }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Match alphamumeric and space
by Zaxo (Archbishop) on Nov 17, 2002 at 03:20 UTC | |
|
Re: Match alphamumeric and space
by diotalevi (Canon) on Nov 17, 2002 at 03:10 UTC | |
|
Re: Match alphamumeric and space
by sauoq (Abbot) on Nov 17, 2002 at 04:25 UTC |