Thread: validation code
View Single Post
  #1 (permalink)  
Old 05-26-05, 11:34 AM
FiRe FiRe is offline
Code Guru
 
Join Date: Oct 2004
Location: UK
Posts: 801
Thanks: 0
Thanked 0 Times in 0 Posts
validation code

I need some validation code (can use regex or preg) to test for string is in this exact format:

ABC-123-DEF-456

thats 3 CAPITAL letters, dash, 3 numbers, dash, 3 CAPITAL letters, dash, 3 numbers!

thanks
__________________
Alexa Share <-- Trade virtual shares in websites with this online game.

codR.us <-- Submit and vote for your favorite code snippets with codR.us.

XEWeb.net <-- The ultimate PHP resource network.

Last edited by FiRe; 05-26-05 at 11:37 AM.
Reply With Quote