Re: phone number regular expression problem
- From: "Dave" <dwerner80@xxxxxxxxx>
- Date: 31 May 2006 07:18:43 -0700
Hi,
You should be able to get started with this, at least...
^[\d-]*\+?[\d-]*$
Hope that helps.
Dave
venu wrote:
Hi,
I have a different requirement and it is :
I need to validate a phone number field.
It may or may not be a US phone number.
The constraints are :
***********************
# It should accept any number of numbers
# any number of - hyphens
# and one + symbol
# no other characters and alphabets are allowed
Thanks in advance
Venugopal.S
.
- References:
- phone number regular expression problem
- From: venu
- phone number regular expression problem
- Prev by Date: Re: Opinion: VPN or Web Service?
- Next by Date: custom panel control
- Previous by thread: Re: phone number regular expression problem
- Next by thread: Re: Setting the correct tabindex
- Index(es):
Relevant Pages
|