I have Asp.net mvc application where on submit form i am using Regex and StringLength Attribute to check string.Scenario is that i allow some kind of codes but their lengths are different. My Class item regex and attribute is here:` I have Asp.net mvc application where on submit