-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a RegEx Expression to Check Uploaded File Names #22
Comments
@finneyj2 please let me know, as soon as you can, what the format the uploaded files should have for their names. Thanks in advance! |
This website, will be able to help with the generation of the regex expression that we will use. |
The name format should be: Naming Files must follow the protocol below: Completed applications should be submitted to rbowden@allegheny.edu as pdf documents. |
I believe the following would be the regular expression for the above given naming constraints:
|
Updated expression to force
|
Cool, I've updated the Issue title and body to reflect what we still need to close this issue. |
@shafferz @finneyj2 @durcij @ZachAndrews98 has this issue been handled or is it being handled in one of the branches currently being worked on so that code checks the file name of the file being uploaded? |
In order to automatically check the format of the name of the files being uploaded instead of just having users check that as a part of the "DO list". We should
look into what regex command we can use for detecting if the file name is indeed in the desired form andbe able to use in the program for checking it immediately after the file is uploaded upon the completion of all items of the checklists.The text was updated successfully, but these errors were encountered: