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
An email starting with a capital letter is rejected, while starting with a small letter is accepted:
> !grepl(roadoi:::email_regex(), "[email protected]") [1] TRUE > !grepl(roadoi:::email_regex(), "[email protected]") [1] FALSE
The text was updated successfully, but these errors were encountered:
Allows emails with capital letters #28
59d0eb8
Thanks for reporting this bug @rkrug . Should be fixed now
Sorry, something went wrong.
fix lint warning #28
671c69c
No branches or pull requests
An email starting with a capital letter is rejected, while starting with a small letter is accepted:
The text was updated successfully, but these errors were encountered: