NAME

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


COLLECTION NAMES

InLatinTCVN6909
An alias for InLatinTCVN6909_2001.

InLatinTCVN6909_2001
InLatinVietnamese
An alias for InLatinTCVN6909_2001.


EXAMPLE

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


LICENSE

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.