Regex SIN « Regular Expression « C# / CSharp Tutorial






17.9.Regex SIN
17.9.1.Social-security-number matching: [0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9][0-9][0-9]
17.9.2.Social-security-number matching: [0-9]{3}-[0-9]{2}-[0-9]{4}