assafmo opened this issue 6 years ago · 0 comments
Sometimes URLs are inside parenthesis, e.g. (https://google.com). This results in returning https://google.com) because the regex starts with http and also ) is legal character within a URL.
(https://google.com)
https://google.com)
http
)