We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We think that the submitter_*_id regex is too permissive because it doesn't have a $ anchor, can this be edited in the spreadsheet to avoid confusion?
submitter_*_id regex
$
We think it should be ^[A-Za-z0-9\-\._]{1,64}$
^[A-Za-z0-9\-\._]{1,64}$
There also currently isn't a regex for the program id, should this be the same regex?
CC: @lindaxiang
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We think that the
submitter_*_id regex
is too permissive because it doesn't have a$
anchor, can this be edited in the spreadsheet to avoid confusion?We think it should be
^[A-Za-z0-9\-\._]{1,64}$
There also currently isn't a regex for the program id, should this be the same regex?
CC: @lindaxiang
The text was updated successfully, but these errors were encountered: