Changeset 10229
- Timestamp:
- 04/24/08 02:13:49 (5 years ago)
- Location:
- lang/perl/FormValidator-LazyWay/trunk
- Files:
-
- 2 added
- 1 modified
-
conf/string.conf (added)
-
lib/FormValidator/LazyWay/Rules/String.pm (modified) (2 diffs)
-
t/rule-string.t (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/FormValidator-LazyWay/trunk/lib/FormValidator/LazyWay/Rules/String.pm
r10101 r10229 33 33 } 34 34 35 sub dfv_ascii { 36 my $text = shift; 37 return $text =~ /^\w+$/ ? 1 : 0; 38 } 39 40 sub mes_ascii { 41 { 42 ja => '英数字とアンダーバー(_)', 43 } 44 } 45 35 46 1; 36 47 … … 51 62 =head2 mes_string 52 63 64 =head2 dfv_ascii 65 66 =head2 mes_ascii 67 53 68 =cut 54 69
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)