NAME
Data::RuledValidator::Plugin::Core - Data::RuldedValidator core plugins
PROVIDED CONDITIONS
- num, number
-
key is num key is number - alpha
-
key is alphakey is alphabet
- alphanum
-
key is alphanumkey is alphabet and number.
- word
-
key is wordkey matches \w
- words
-
key is wordskey matches \w and \s
- any, not_null
-
key is any key is not_nullkey is any value. null value is invalid.
- null
-
key is nullkey 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