NAME
FormValidator::Simple::Struct::AllowChars - Plugin for FormValidator::Simple::Struct
VERSION
This document describes FormValidator::Simple::Struct::AllowChars version 0.18.
SYNOPSIS
use FormValidator::Simple::Struct;
$class = FormValidator::Simple::Struct->new;
$class->load_plugin('FormValidator::Simple::Struct::AllowChars');
DESCRIPTION
This module provides some validate methods based on utf8 characters
use Test::More;
ok $class->NUMBER('100');
ng $class->NUMBER('value');
INTERFACE
Functions
HIRAGANA
KATAKANA
KANJI
GREEK
ASCII
CYRILLIC
MATH
NUMBER
PUNCTUATION
DEPENDENCIES
Perl 5.8.1 or later.
BUGS
All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.
SEE ALSO
AUTHOR
S2 <s2otsa59@gmail.com>
LICENSE AND COPYRIGHT
Copyright (c) 2012, S2. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.