FW: [Phplib-users] OOHForms and RegEx
Brought to you by:
nhruby,
richardarcher
From: Andres B. Z. <aba...@ei...> - 2002-10-14 13:50:15
|
Thanks Andrew... You are right. It works now... But I still have a couple of questions. why do the original regexs ( example: "^[a-Z]*$" ) work as I expected in the intranet server but fail in the internet host? it seems like regex has a different behavior in the intranet server setup and in the internet host setup... is it any special recommendation or paper on regex use in OOHforms? Thanks again Andres -----Original Message----- From: Andrew Hull [mailto:ah...@ni...] Sent: Viernes, 11 de Octubre de 2002 10:45 a.m. To: Andres Barreto Zicare Subject: Re: [Phplib-users] OOHForms and RegEx Andres Barreto Zicare wrote: - snip - >But if I change > "valid_regex"=>"^[a-z]*$" >for > "valid_regex"=>"^[a-Z]*$" > > this _is_ invalid since lowercase comes after uppercase. in any event, i think u mean [a-zA-Z] - snip - a.g.h |