perlnewb123 has asked for the wisdom of the Perl Monks concerning the following question:
unless (param('AppName') =~ /[^_]*_\(.*\)/) { print "something" exit 1; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Help with form validation regex
by moritz (Cardinal) on May 11, 2009 at 17:18 UTC | |
Re: Help with form validation regex
by mikeraz (Friar) on May 11, 2009 at 17:23 UTC | |
by JavaFan (Canon) on May 11, 2009 at 19:11 UTC | |
by mikeraz (Friar) on May 11, 2009 at 21:51 UTC | |
Re: Help with form validation regex
by JavaFan (Canon) on May 11, 2009 at 18:03 UTC | |
by John M. Dlugosz (Monsignor) on May 11, 2009 at 18:20 UTC | |
by perlnewb123 (Sexton) on May 11, 2009 at 18:57 UTC | |
by johngg (Canon) on May 12, 2009 at 13:56 UTC | |
Re: Help with form validation regex
by dsheroh (Monsignor) on May 11, 2009 at 18:53 UTC |