NAME
Char::Class::JISX0221 - Regular Expression Character Classes - JISX0221
COLLECTION NAMES
InJISX0221BasicJapaneseInJISX0221FullwidthAlphanumericInJISX0221HalfwidthKatakanaInJISX0221JapaneseIdeographicsSupplement1InJISX0221JapaneseIdeographicsSupplement2InJISX0221JapaneseIdeographicsSupplement3InJISX0221JapaneseNonIdeographicsSupplement
EXAMPLE
use Char::Class::JISX0221 qw(InJISX0221BasicJapanese);
if ($s =~ /\p{InJISX0221BasicJapanese}/) {
print "Match!\n";
}
LICENSE
Copyright 2016 Wakaba <wakaba@suikawiki.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.