logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catmandu::Fix::Condition::is_archived_web_uri - check of a field contains an HTTP or HTTPS URI which is

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

See Also

       Catmandu::Fix

perl v5.36.0                                       2023-02-09              Catmandu::Fix:...rchived_web_uri(3pm)

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