xioc
xioc copied to clipboard
URL: fix trailing ")"
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.