
Data::RuledValidator::Plugin::Japanese - Data::RuledValidator plugin for Japanese

Version 0.04

In rule file;
HIRAGANA is hiragana KATAKANA is katakana HIRAGANA_with_white_space is hiragana KATAKANA_with_white_space is katakana HIRAGANA_with_white_space2 is hiragana KATAKANA_with_white_space2 is katakana JP_ZIP is jp_zip JP_MOBILE_EMAIL is jp_mobile_email JP_MOBILE_EMAIL_DOCOMO is jp_mobile_email JP_MOBILE_EMAIL_AU is jp_mobile_email JP_MOBILE_EMAIL_SOFTBANK is jp_mobile_email JP_MOBILE_EMAIL_WILLCOM is jp_mobile_email JP_MOBILE_EMAIL_VODAFONE is jp_mobile_email JP_MOBILE_EMAIL_DOCOMO is jp_imode_email JP_MOBILE_EMAIL_AU is jp_ezweb_email JP_MOBILE_EMAIL_SOFTBANK is jp_softbank_email JP_MOBILE_EMAIL_VODAFONE is jp_vodafone_email JP_PHONE_NUMBER is jp_phone_number JAPANESE_WORDS length_jp 0, 10

This plugin provides the following Conditions.
family_name_kana is hiragana
For hiragana.
family_name_kana is katakana
For katakana
zipcode is jp_phone_number
For Japanese phone number.
zipcode is jp_zip
For Japanese zip code. ###-####.
mobile_mail is jp_mobile
For Japanese mobile mail address. It allow many kinds of mobile email address.
If you want to check specified kinds of mail address, use the following;

This plugin provides the following Operator.
jp_words length_jp 0, 10
If the length of jp_words is from 0 to 10, it is valid. The first number is min length, and the second number is max length.
You can write only one value.
jp_words length_jp 5
This means length of jp_words lesser than 6.

Ktat, <ktat at cpan.org>

Please report any bugs or feature requests to bug-data-ruledvalidator-plugin-japanese at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Data-RuledValidator-Plugin-Japanese. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Data::RuledValidator::Plugin::Japanese
You can also look for information at:
http://annocpan.org/dist/Data-RuledValidator-Plugin-Japanese
http://cpanratings.perl.org/d/Data-RuledValidator-Plugin-Japanese
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Data-RuledValidator-Plugin-Japanese
http://search.cpan.org/dist/Data-RuledValidator-Plugin-Japanese

This plugin just uses functions of Data::FormValidator::Constraints::Japanese.
This module is used in Data::FormValidator::Constraints::Japanese.
This module is used in Data::FormValidator::Constraints::Japanese.
Thanks!

Copyright 2007 Ktat, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.