HTTP or HTTPS URL. The body runs until whitespace, a quote or an angle bracket, and the last character may not be trailing punctuation, so a URL at the end of a sentence or inside parentheses is captured without the closing mark. Other schemes (ftp, mailto) and bare domains are not matched.
Label: URL
https?://[^\s<>"']*[^\s<>"'.,;:!?)\]]
See https://www.example.com/docs?page=2 for details. → https://www.example.com/docs?page=2Source: http://example.org/a/b#frag → http://example.org/a/b#fragftp://example.com/filevisit example.com todayTags: international, network