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
欧文用文字クラス (JIS X 4052:2000 附属書3)
InJISX4052AlphabeticBasic
欧文用文字クラス基本文字種 (JIS X 4052:2000 附属書2)
InJISX4052AlphabeticRecommended
欧文用文字クラス推奨文字種 (JIS X 4052:2000 附属書3)
InJISX4052Digits
連数字クラス (JIS X 4052:2000 附属書4)
InJISX4052KanaCharacter
仮名文字クラス (JIS X 4052:2000 附属書1)
InJISX4052Kenten
圏点クラス (JIS X 4052:2000 附属書2)
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 2008 わかば 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.