NAME

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


COLLECTION NAMES

InKatakanaAll
InKatakanaDigraph
InKatakanaHatsuon
InKatakanaSeion
InKatakanaSemiVoiced
InKatakanaSmall
InKatakanaVoiced


EXAMPLE

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


LICENSE

Copyright 2008 Wakaba <[email protected]>

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.