Char::Class::JISX4052 - Regular Expression Character Classes - JISX4052
JIS X 4052 character classes represented in UCS, defined by JIS X 4052 Appendix 1, 2 and 3
InJISX4052Alphabetic
InJISX4052AlphabeticBasic
InJISX4052AlphabeticRecommended
InJISX4052Digits
InJISX4052KanaCharacter
InJISX4052Kenten
use Char::Class::JISX4052; if ($s =~ /\p{InKanaCharacter}/) { print "Match!\n"; }
JIS X 4052:2000, 『日本語文書の組版指定交換形式 Exchange format for Japanese documents with composition markup』, 日本工業標準調査会 Japanese Industrial Standard Commitee (JISC <http://www.jisc.go.jp/>), 2000.
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.