NAME
Data::RuledValidator::Plugin::Core - Data::RuldedValidator core plugins
PROVIDED CONDITIONS
- num, number
-
key is num key is number
- alpha
-
key is alpha
key is alphabet
- alphanum
-
key is alphanum
key is alphabet and number.
- word
-
key is word
key matches \w
- words
-
key is words
key matches \w and \s
- any, not_null
-
key is any key is not_null
key is any value. null value is invalid.
- null
-
key is null
key is null.
SEE ALSO
Data::RuledValidator
AUTHOR
Ktat, <ktat@cpan.org>
COPYRIGHT
Copyright 2006-2007 by Ktat
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html