/usr/local/CPAN/FormValidator-LazyWay/FormValidator/LazyWay/Rule/Net/JA.pm
package FormValidator::LazyWay::Rule::Net::JA;
use strict;
use warnings;
use utf8;
sub uri { 'http:// ftp://ãªã©ã®URI' }
sub url { 'http://åã¯ãhttps://ããå§ã¾ãURL' }
sub http { 'http://ããã¯ãã¾ãURL' }
sub https { 'https://ããã¯ãã¾ãURL' }
sub url_loose { 'http://åã¯ãhttps://ããå§ã¾ãURL' }
sub http_loose { 'http://ããã¯ãã¾ãURL' }
sub https_loose { 'https://ããã¯ãã¾ãURL' }
1;