Skip to content
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

email starting with capital letter rejected #28

Open
rkrug opened this issue Jul 1, 2020 · 1 comment
Open

email starting with capital letter rejected #28

rkrug opened this issue Jul 1, 2020 · 1 comment

Comments

@rkrug
Copy link

rkrug commented Jul 1, 2020

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
njahn82 added a commit that referenced this issue Jul 3, 2020
@njahn82
Copy link
Member

njahn82 commented Jul 3, 2020

Thanks for reporting this bug @rkrug . Should be fixed now

njahn82 added a commit that referenced this issue Jul 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants