urifind
module to find URIs in arbitrary text
Install
- All systems
-
curl cmd.cat/urifind.sh
- Debian
-
apt-get install liburi-find-perl - Ubuntu
-
apt-get install liburi-find-perl - Kali Linux
-
apt-get install liburi-find-perl - Fedora
-
dnf install perl-URI-Find - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install liburi-find-perl - Raspbian
-
apt-get install liburi-find-perl
liburi-find-perl
module to find URIs in arbitrary text
URI::Find does one thing: Finds URIs and URLs in plain text. It finds them quickly and it finds them all (or what URI::URL considers a URI to be.) It only finds URIs which include a scheme (http:// or the like); for something a bit less strict have a look at URI::Find::Schemeless.