Is it possible to Validate a varchar or int field for specific values such as EIN/TIN/SSN (Employee ID Number/Tax ID Number/Social Security Number) before the record is saved to the DB?
such as Regex: /^(?:\d{3}-\d{2}-\d{4}|\d{2}-\d{7})$/ or even a Formula for this?
Resources: http://regexlib.com/Search.aspx?k=ssn & http://regexlib.com/REDetails.aspx?r...ookieSupport=1
such as Regex: /^(?:\d{3}-\d{2}-\d{4}|\d{2}-\d{7})$/ or even a Formula for this?
Resources: http://regexlib.com/Search.aspx?k=ssn & http://regexlib.com/REDetails.aspx?r...ookieSupport=1
Comment