
CGI::ValidOp::Check::text - 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 "word" 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 <legless@cpan.org>

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.