What am I missing here?
Regex _validityRegEx = new Regex(@"^(<minStay>.{2})\/(<maxStay>.{2})$");
Match validityMatch = _validityRegEx.Match("--/3M);
I want two groups one containing the first two characters and one containing the second two after the /