The manakai project

NAME

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

COLLECTION NAMES

EXAMPLE

 use Char::Class::JISX4052 qw(InJISX4052Alphabetic);
 if ($s =~ /\p{InJISX4052Alphabetic}/) {
   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.