Hie
could someone please help me> I'm trying to use a regular expression to validate and address and it is as follows.
eregi('(^[a-zA-Z0-9 \\\.,-]+)$',$value4)
$value4 = 10/54 kent street;
I want to allow the users to put in slashes as part of their addresses so I'm looking 4 a simple regular expression to do that.
Thank you
could someone please help me> I'm trying to use a regular expression to validate and address and it is as follows.
eregi('(^[a-zA-Z0-9 \\\.,-]+)$',$value4)
$value4 = 10/54 kent street;
I want to allow the users to put in slashes as part of their addresses so I'm looking 4 a simple regular expression to do that.
Thank you
Comment