{"id":21498495,"url":"https://github.com/notapenguin0/regexgenerator","last_synced_at":"2025-03-17T12:42:40.069Z","repository":{"id":117727886,"uuid":"169123467","full_name":"NotAPenguin0/RegexGenerator","owner":"NotAPenguin0","description":"A C++ Regex Generator. Build regexes as if you were writing them in English. ","archived":false,"fork":false,"pushed_at":"2019-02-04T18:09:22.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-23T22:24:48.600Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NotAPenguin0.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":"2019-02-04T18:05:28.000Z","updated_at":"2019-02-04T18:09:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"c0309b9c-00c7-47d4-90a7-cfd2ff8512ce","html_url":"https://github.com/NotAPenguin0/RegexGenerator","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/NotAPenguin0%2FRegexGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotAPenguin0%2FRegexGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotAPenguin0%2FRegexGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotAPenguin0%2FRegexGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotAPenguin0","download_url":"https://codeload.github.com/NotAPenguin0/RegexGenerator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244036769,"owners_count":20387571,"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-23T16:39:08.295Z","updated_at":"2025-03-17T12:42:40.063Z","avatar_url":"https://github.com/NotAPenguin0.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RegexGenerator\nA C++ Regex Generator. Build regexes as if you were writing them in English. \n\nExample usage:\n\n```cpp\nmvg::regex::regex_generator generator;\nusing mvg::regex::regex_generator;\n\nauto regex = generator.create_regex()\n                     .then_match(regex_generator::match_range('a', 'z'))\n                     .then_match(regex_generator::match_string(\"XXX\"))\n                     .then_match(regex_generator::match_space())\n                     .then_match(regex_generator::match_group(\n                         generator.create_regex()\n                             .then_match(regex_generator::match_string(\"Hello\"))\n                             .then_match(regex_generator::match_space())))\n                     .then_match(regex_generator::match_any_of(\"abcdef\"))\n                     .then_match(regex_generator::match_none_of(\"qreoi\"))\n                     .then_match(regex_generator::match_zero_or_more(\n                         regex_generator::match_range('a', 'z')));\n                         \nstd::regex regex_obj(regex.str());\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotapenguin0%2Fregexgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotapenguin0%2Fregexgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotapenguin0%2Fregexgenerator/lists"}