xioc icon indicating copy to clipboard operation
xioc copied to clipboard

URL: fix trailing ")"

Open 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.

assafmo avatar Jan 17 '19 17:01 assafmo