{"id":21088815,"url":"https://github.com/iolanguage/regex","last_synced_at":"2026-04-22T21:31:27.520Z","repository":{"id":66367868,"uuid":"124751967","full_name":"IoLanguage/Regex","owner":"IoLanguage","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-16T18:16:22.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T00:48:45.229Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IoLanguage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-03-11T11:59:57.000Z","updated_at":"2022-07-10T22:05:42.000Z","dependencies_parsed_at":"2023-02-22T23:01:16.271Z","dependency_job_id":null,"html_url":"https://github.com/IoLanguage/Regex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FRegex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FRegex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FRegex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FRegex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IoLanguage","download_url":"https://codeload.github.com/IoLanguage/Regex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243532525,"owners_count":20306152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-19T21:20:50.957Z","updated_at":"2025-12-29T22:04:31.174Z","avatar_url":"https://github.com/IoLanguage.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Regex \nThe Regex addon adds support for Perl regular expressions\nusing the \u003ca href=http://www.pcre.org/\u003ePCRE\u003c/a\u003e library by Philip Hazel.\u003c/p\u003e\n\n### Example 1\n```Io\nIo\u003e re := \"is.*a\" asRegex\nIo\u003e \"This is a test. This is also a test.\" \\\n    matchesOfRegex(\" is[^.]*a\") replaceAllWith(\" is not a\")\n==\u003e \"This is not a test. This is not a test.\n```\n\n### Example 2\n\n```Io\nIo\u003e \"11aabb\" matchesOfRegex(\"aa*\")\n==\u003e list(\"a\", \"a\")\n\nIo\u003e re := \"(wom)(bat)\" asRegex\nIo\u003e \"wombats are cuddly\" matchesOfRegex(re) replaceAllWith(\"$2$1!\")\n==\u003e batwom!s are cuddly\n```\n\n# Installation\n`pcre` should be installed and foundable in your system. Then:\n```\neerie install https://github.com/IoLanguage/Regex.git\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiolanguage%2Fregex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiolanguage%2Fregex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiolanguage%2Fregex/lists"}