Data-Validate-Japanese

 view release on metacpan or  search on metacpan

lib/Data/Validate/Japanese.pm  view on Meta::CPAN

Data::Validate::Japanese aims to be the base (or at least, the common 
link between) the myriad different data validator infrastructures, and
their Japanese-specific extensions. There are just too many validators
with too many different interfaces, but it's not like the core handling
of Japanese characters change.

=head1 METHODS

All methods return true or false unless otherwise stated.
All methods also expect Japanese characters that have successfully been 
decoded to Perl's internal unicode format.

=head2 new()

Creates a new instance of Data::Validate::Japanese

=head2 is_hiragana($value)

Checks if a value contains half-width katakana only. Returns true or false

=head2 is_katakana($value)



( run in 0.304 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )