Sympa::HTML::URIFind.3Sympa - Man Page
Find URIs / email addresses in plain text
Synopsis
require Sympa::HTML::URIFind;
my $finder = Sympa::HTML::URIFind->new;
$how_many_found = $finder->find(\$text);Description
This module modifies a plain text to wrap all URIs and email addresses in HTML tags. Special characters are escaped appropriately.
History
Sympa::HTML::URIFind appeared on Sympa 6.2.78.
See Also
URI::Find.
Info
2026-03-31 sympa 6.2.78