sindresorhus / linkify-urls

Linkify URLs in a string
MIT License
160 stars 22 forks source link

Add support for username in URL #22

Closed pmpinto closed 5 years ago

pmpinto commented 5 years ago

Should fix the supports username in url failing test and also include one more test for a subdomain URL like http://docs.google.com, which was already supported but not tested.

How: By expecting either a . or @ after the first group of strings in the main RegEx.