sindresorhus / linkify-urls

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

Support localhost URLs #19

Closed superhawk610 closed 6 years ago

superhawk610 commented 6 years ago

Currently, localhost URLs (e.g. - http://localhost/foo) are not supported since they do not have a top level domain.

This could be rather trivially added by making the TLD capture group optional, but rejecting localhost URLs may be by design, in which case please feel free to close this issue.