RE: help with some form validation

2004-12-10 Thread Pascal Peters
Missing $

^\d{3}-\d{4}$

Pascal

 -Original Message-
 From: Umer Farooq [mailto:[EMAIL PROTECTED]
 Sent: 10 December 2004 05:55
 To: CF-Talk
 Subject: Re: help with some form validation
 
 ^([0-9]{3})-([0-9]{4})
 
 dave wrote:
  i need a field to be like 123-1234 only
  anyone got anything good off hand?
 
  tia
 
 
 
 

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186951
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: help with some form validation

2004-12-09 Thread Umer Farooq
^([0-9]{3})-([0-9]{4})

dave wrote:
 i need a field to be like 123-1234 only
 anyone got anything good off hand?
 
 tia 
 
 

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186948
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: help with some form validation

2004-12-09 Thread dave
thanks

:)


-- Original Message --
From: Umer Farooq [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Thu, 09 Dec 2004 23:55:18 -0500

^([0-9]{3})-([0-9]{4})

dave wrote:
 i need a field to be like 123-1234 only
 anyone got anything good off hand?
 
 tia 
 
 



~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186949
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54