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

Added support for dots in the local part of an e-mail address. #20

Closed
wants to merge 1 commit into from

Conversation

capnbab
Copy link

@capnbab capnbab commented Oct 18, 2017

This commit addresses issue #13

Previously, if URL-Detector encountered something like...
[email protected]

...it would detect two separate URLs:
http://first.last
http://domain.com

I believe the desired behavior is for one URL to be detected, with getHost() returning "domain.com" and getUsername() returning "first.last"

@capnbab capnbab closed this Oct 20, 2017
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

Successfully merging this pull request may close these issues.

2 participants