NAME

Char::Class::Hiragana - Regular Expression Character Classes - Hiragana


COLLECTION NAMES

InHiraganaAll
InHiraganaDigraph
InHiraganaHatsuon
InHiraganaSeion
InHiraganaSemiVoiced
InHiraganaSmall
InHiraganaVoiced


EXAMPLE

 use Char::Class::Hiragana;
 if ($s =~ /\p{InSeion}/) {
   print "Match!\n";
 }


LICENSE

Copyright 2007 Wakaba <w@suika.fam.cx>

This library and the library generated by it is free software; you can redistribute them and/or modify them under the same terms as Perl itself.