Functions for URL handling.
Source File: | /scripts/base/utils/urls.bro |
---|
find_all_urls: function | Extracts URLs discovered in arbitrary text. |
find_all_urls_without_scheme: function | Extracts URLs discovered in arbitrary text without the URL scheme included. |
Type: | function (s: string) : string_set |
---|
Extracts URLs discovered in arbitrary text.
Type: | function (s: string) : string_set |
---|
Extracts URLs discovered in arbitrary text without the URL scheme included.