Cgi::validop::check module to validate text
Fails if incoming value contains characters other than Perl's character classes \w, \s, and: ! " ' ( ) * , - . / : ; ? @ \
Fails if value contains anything other an Perl's \*(L"word\*(R" character class ([a-zA-Z0-9_]).
Like word above, but can contain spaces as well.
Expands on default allowing $ = ~ +
Even more permissive than liberal, including # { } [ ] ^ _ $ Still does not allow <tags> to be embedded though...
Randall Hansen <[email protected]>
Copyright (c) 2003-2005 Randall Hansen. All rights reserved.
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html