this is my group annotation attributes
[RegularExpression(@"^[a-zA-Z0-9 _]*$", ErrorMessage = "Cannot Contains other characters ")]
public string vcr_GroupName { get; set; }
i want to allow only two spaces in my textbox in regular expression ,how would i do that