Re: [Phplib-users] OOHForms and RegEx
Brought to you by:
nhruby,
richardarcher
From: Dr T. S. <ta...@sa...> - 2002-10-12 03:28:57
|
On Fri, 11 Oct 2002, Andres Barreto Zicare wrote: > But if I change > "valid_regex"=>"^[a-z]*$" > for > "valid_regex"=>"^[a-Z]*$" try using "valid_regex"=>"^[a-zA-Z]*$" HTH Tarique -- ============================================================= PHP Applications for E-Biz: http://www.sanisoft.com Indian PHP User Group: http://groups.yahoo.com/group/in-phpug ============================================================= |