Group
Extension

Matches 2

Validator-Custom ( K/KI/KIMOTO/Validator-Custom-1.0201.tar.gz, KIMOTO, 2017; MetaCPAN )
Validator-Custom/lib/Validator/Custom.pm ( view source; MetaCPAN )
rse_random_string_rule($rule);
  
  require JSON;
  my $r_json = JSON->new->encode($r);
  
  my $javascript = << "EOS";
(function () {

  var rule = $r_json;

  var create_random_value = function (rul
Validator-Custom ( K/KI/KIMOTO/Validator-Custom-1.0201.tar.gz, KIMOTO, 2017; MetaCPAN )
Validator-Custom/lib/Validator/Custom/Document/Version0.pod ( view source; MetaCPAN )
checkbox, radio button, and list box is automatically selected.

Note that this methods require L<JSON> module.

=head2 validate

  $result = $vc->validate($data, $rule);
  $result = $vc->validate($da

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.