A user can put a file in the server if the file name matches the following criteria:
It has to start with abc, then a dot, and a number.
Valid file names:
abc.2344
abc.111
Invalid:
abcd.11
abc.ab12
What would be the regex? I can't just use abc.*.