sindresorhus / linkify-urls

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

linkify-urls v5 new bug - won't find hostnames with numbers #48

Open dylang opened 2 months ago

dylang commented 2 months ago

Looks like maybe we only look for letters now, not numbers: https://github.com/sindresorhus/linkify-urls/commit/416a9ad4baa4af9e60226e902c476f918401ec45

Example that doesn't work anymore:

https://qa1-e2e2.company.com
sindresorhus commented 2 months ago

// @scarf005