SocialSecurityNumber
SocialSecurityNumber validates a US social security number of the form ###-##-####, providing equivalent functionality to the <cfinput validate="Social_security_number"> tag. It does not verify that the number is valid - merely that the format is correct. The key components of this preset are the regular expression used to validate the number, and a custom error message. This preset could easily be adapted for other similar validation requirements.
