{"id":16948661,"url":"https://github.com/dentosal/reregex","last_synced_at":"2025-03-21T09:45:42.976Z","repository":{"id":83101260,"uuid":"286580708","full_name":"Dentosal/reregex","owner":"Dentosal","description":"Minimal regex engine","archived":false,"fork":false,"pushed_at":"2020-08-10T21:49:44.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T06:24:55.485Z","etag":null,"topics":["regex-engine"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dentosal.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":"2020-08-10T21:17:33.000Z","updated_at":"2020-08-10T21:58:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"77776230-f2ec-498e-be1b-75fb8a42cc5b","html_url":"https://github.com/Dentosal/reregex","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/Dentosal%2Freregex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentosal%2Freregex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentosal%2Freregex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentosal%2Freregex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dentosal","download_url":"https://codeload.github.com/Dentosal/reregex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244776270,"owners_count":20508503,"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":["regex-engine"],"created_at":"2024-10-13T21:51:50.815Z","updated_at":"2025-03-21T09:45:42.966Z","avatar_url":"https://github.com/Dentosal.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reregex, yet another minimal regex implementation\n\nMany standard regex features are supported, such as non-greedy matching (e.g. `.*?`), character set ranges (`[a-z]`), alternations (`(a|bb)+`), and graphviz dot-formatted NFA-like diagrams.\n\nCapture groups, Lookarounds and Unicode-aware features are not supported. The engine ins't particularly fast either.\n\n\n## Example: Visualize regex\n\n```bash\ncargo run --example dot -- '-?([1-9][0-9]*)?[13579]' \u003e odd.dot\ndot -Tpng odd.dot \u003e odd.png\n```\n\n![Visualization](examples/odd.svg)\n\n## Example: Grep\n\n```bash\ncat README.md | cargo run --example grep -- '`[^`]+`'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdentosal%2Freregex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdentosal%2Freregex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdentosal%2Freregex/lists"}