{"id":17101900,"url":"https://github.com/maskray/regex","last_synced_at":"2025-08-20T09:30:28.140Z","repository":{"id":5354233,"uuid":"6540154","full_name":"MaskRay/Regex","owner":"MaskRay","description":"A little regex engine","archived":false,"fork":false,"pushed_at":"2012-11-05T06:56:16.000Z","size":112,"stargazers_count":18,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T18:21:31.366Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaskRay.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}},"created_at":"2012-11-05T06:25:35.000Z","updated_at":"2024-10-27T11:39:41.000Z","dependencies_parsed_at":"2022-07-06T03:30:28.240Z","dependency_job_id":null,"html_url":"https://github.com/MaskRay/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/MaskRay%2FRegex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskRay%2FRegex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskRay%2FRegex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskRay%2FRegex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaskRay","download_url":"https://codeload.github.com/MaskRay/Regex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650112,"owners_count":21139616,"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-10-14T15:27:19.616Z","updated_at":"2025-04-13T00:25:49.903Z","avatar_url":"https://github.com/MaskRay.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Regex\n\nA parody of http://code.google.com/p/re1/ with the intention to provide a\nsimple, concise and constructive regex engine implementation.\n\nThe parser part is a proof-of-concept design employing Shunting-yard algorithm\nto illustrate to feasibility to process unary operators and surrounds like\nparentheses.\n\n# Syntax\n\n    a?    match 1 or 0 times\n    a*    match 0 or more times\n    a+    match 1 or more times\n    a??   match 1 or 0 times, not greedily\n    a*?   match 0 or more, not greedily\n    a+?   match 1 or more, not greedily\n    .     match any character\n    |     alternative\n    (a)   capturing parentheses\n\n# Build\n\n    make\n\n# Usage\n\n    ./main '(ray|yar)' 'hello, ray'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaskray%2Fregex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaskray%2Fregex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaskray%2Fregex/lists"}