{"id":21408559,"url":"https://github.com/raku-community-modules/url-find","last_synced_at":"2026-02-06T22:31:24.127Z","repository":{"id":152733206,"uuid":"74097591","full_name":"raku-community-modules/URL-Find","owner":"raku-community-modules","description":"Raku Module to find all URL's in a text","archived":false,"fork":false,"pushed_at":"2024-11-17T19:21:11.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T21:34:30.027Z","etag":null,"topics":["http"],"latest_commit_sha":null,"homepage":"https://raku.land/zef:raku-community-modules/URL::Find","language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raku-community-modules.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-18T05:17:14.000Z","updated_at":"2024-11-30T19:35:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"3792dbf4-0fe7-4935-8693-1f6ed079a6f0","html_url":"https://github.com/raku-community-modules/URL-Find","commit_stats":null,"previous_names":["raku-community-modules/url-find","samcv/url-find"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/raku-community-modules/URL-Find","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raku-community-modules%2FURL-Find","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raku-community-modules%2FURL-Find/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raku-community-modules%2FURL-Find/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raku-community-modules%2FURL-Find/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raku-community-modules","download_url":"https://codeload.github.com/raku-community-modules/URL-Find/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raku-community-modules%2FURL-Find/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29179415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T22:12:24.066Z","status":"ssl_error","status_checked_at":"2026-02-06T22:12:09.859Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["http"],"created_at":"2024-11-22T17:17:08.152Z","updated_at":"2026-02-06T22:31:24.109Z","avatar_url":"https://github.com/raku-community-modules.png","language":"Raku","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Actions Status](https://github.com/raku-community-modules/URL-Find/actions/workflows/linux.yml/badge.svg)](https://github.com/raku-community-modules/URL-Find/actions) [![Actions Status](https://github.com/raku-community-modules/URL-Find/actions/workflows/macos.yml/badge.svg)](https://github.com/raku-community-modules/URL-Find/actions) [![Actions Status](https://github.com/raku-community-modules/URL-Find/actions/workflows/windows.yml/badge.svg)](https://github.com/raku-community-modules/URL-Find/actions)\n\nNAME\n====\n\nURL::Find - find all the URLs in a set of text\n\nDESCRIPTION\n===========\n\nBy default it will match domain names that use unicode characters such as http://правительство.рф. To only match ASCII domains use the :ascii option. It will also find URL's that end in one of the restricted characters, so `https://www.google.com, ` will pull out `https://www.google.com`. It will find all the URL's in a text by default, or you can specify a maximum number with the :limit option. By default it will only find http, https, ftp, git and ssh schemes, but you can specify `:any\u003c1\u003e` to match any schemes with legal characters.\n\n### sub find-urls\n\n```raku\nsub find-urls(\n    Str $string,\n    Num :$limit is copy,\n    :$ascii,\n    :$any\n) returns List\n```\n\nAccepts a string and returns a list of URL's. Optionally you can specify a limit to the number of URL's returned, or whether you want to only match URL's with ASCII domain names: :ascii\u003c1\u003e Matches only http https ftp git and ssh schemes by default. To match any scheme, use :any\u003c1\u003e\n\nAUTHOR\n======\n\nSamantha McVey\n\nSource can be located at: https://github.com/raku-community-modules/URL-Find . Comments and Pull Requests are welcome.\n\nCOPYRIGHT AND LICENSE\n=====================\n\nCopyright 2016 - 2018 Samantha McVey\n\nCopyright 2024 The Raku Community\n\nThis library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraku-community-modules%2Furl-find","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraku-community-modules%2Furl-find","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraku-community-modules%2Furl-find/lists"}