{"id":25065813,"url":"https://github.com/dubniczky/regex-collection","last_synced_at":"2025-03-31T13:28:22.970Z","repository":{"id":160045570,"uuid":"564984371","full_name":"dubniczky/Regex-Collection","owner":"dubniczky","description":"Collection of regular expressions for matching strings","archived":false,"fork":false,"pushed_at":"2022-11-12T10:35:34.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T19:49:15.641Z","etag":null,"topics":["python","regex","regular-expression"],"latest_commit_sha":null,"homepage":"","language":"Python","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/dubniczky.png","metadata":{"files":{"readme":"readme.md","changelog":null,"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":"2022-11-12T01:29:32.000Z","updated_at":"2022-11-26T22:22:13.000Z","dependencies_parsed_at":"2024-02-26T02:30:59.835Z","dependency_job_id":null,"html_url":"https://github.com/dubniczky/Regex-Collection","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/dubniczky%2FRegex-Collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FRegex-Collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FRegex-Collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FRegex-Collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dubniczky","download_url":"https://codeload.github.com/dubniczky/Regex-Collection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246473353,"owners_count":20783258,"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":["python","regex","regular-expression"],"created_at":"2025-02-06T19:45:06.685Z","updated_at":"2025-03-31T13:28:22.963Z","avatar_url":"https://github.com/dubniczky.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Regex Collection\n\nCollection of regular expressions for matching strings\n\n## Introduction\n\nThis repository is to store commonly used regular expressions for matching specific strings. They are made to be as strict as possible, so they might require some adjustments before use.\n\n\n\n## Testing\n\nTesting is done with Python built-in regular expression library `re`. The testing engine is `pytest`. The testing engine uses custom scripts that work in the following format:\n\n```python\ndef test_NAME():\n    simulate(\n        [ 'MATCH_1', 'MATCH_2', '...' ],\n        [ 'NOMATCH_1', 'NOMATCH_2', '...' ],\n    )\n```\n\n## Contributing\n\n1. Add your regular expression to the `expressions` folder\n2. Add a test with a couple of matching, and non-matching cases\n\n## Sources\n\n- Custom expressions\n- Contributions from internal projects\n- https://projects.lukehaas.me/regexhub/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubniczky%2Fregex-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdubniczky%2Fregex-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubniczky%2Fregex-collection/lists"}