The manakai project

NAME

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

COLLECTION NAMES

EXAMPLE

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