I'm struggling to come up with the correct regular expression for validating input. It seems like it should be simple, but I'm still encountering a few issues.
The desired input format should be: "tests.xxxxxxx" where the x's can be any alphanumeric character. The only non-alphanumeric character is the period that separates 'tests' from the rest of the string.
(tests\.){1}