Provided by: libcatmandu-identifier-perl_0.15-2_all 

NAME
Catmandu::Fix::Condition::is_archived_web_uri - check of a field contains an HTTP or HTTPS URI which is
archived in a web archive
SYNOPSIS
# Check if an archived version is available for any year...
if is_archived_web_uri(uri_field,'')
...
else
...
end
# Check if an archived version is available for a year...
if is_archived_web_uri(uri_field,2013)
...
else
...
end
SEE ALSO
Catmandu::Fix
perl v5.36.0 2023-02-09 Catmandu::Fix:...rchived_web_uri(3pm)