{"id":17094521,"url":"https://github.com/udzura/mruby-posix-regexp","last_synced_at":"2025-04-12T23:12:22.131Z","repository":{"id":45539598,"uuid":"407492127","full_name":"udzura/mruby-posix-regexp","owner":"udzura","description":"mruby's RegExp implementation using libc's regexp","archived":false,"fork":false,"pushed_at":"2023-05-10T11:16:31.000Z","size":54,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T23:12:07.262Z","etag":null,"topics":["hacktoberfest","hacktoberfest2021","mruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/udzura.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}},"created_at":"2021-09-17T10:02:02.000Z","updated_at":"2023-02-19T18:20:44.000Z","dependencies_parsed_at":"2022-08-28T01:20:48.965Z","dependency_job_id":null,"html_url":"https://github.com/udzura/mruby-posix-regexp","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udzura%2Fmruby-posix-regexp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udzura%2Fmruby-posix-regexp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udzura%2Fmruby-posix-regexp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udzura%2Fmruby-posix-regexp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udzura","download_url":"https://codeload.github.com/udzura/mruby-posix-regexp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248643004,"owners_count":21138355,"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":["hacktoberfest","hacktoberfest2021","mruby"],"created_at":"2024-10-14T14:23:18.926Z","updated_at":"2025-04-12T23:12:22.107Z","avatar_url":"https://github.com/udzura.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mruby-posix-regexp [![CI](https://github.com/udzura/mruby-posix-regexp/actions/workflows/ci.yml/badge.svg)](https://github.com/udzura/mruby-posix-regexp/actions/workflows/ci.yml)\n\nRegexp class with libc regex (POSIX Regex) backend\n\n## install by mrbgems\n\n- add conf.gem line to `build_config.rb`\n\n```ruby\nMRuby::Build.new do |conf|\n\n  # ... (snip) ...\n\n  conf.gem github: 'udzura/mruby-posix-regexp'\nend\n```\n\n## example\n\n```ruby\nb = \"xxx\".gsub /x/, \"y\"\n#=\u003e \"yyy\"\n\n\"foo bar buz\".scan /\\w+/\n#=\u003e [\"foo\", \"bar\", \"buz\"]\n```\n\n## License\n\nunder the MIT License:\n\n- see LICENSE file\n\n## Thanks\n\n- Referred from [mruby-pure-regexp](https://github.com/WindProphet/mruby-pure-regexp) in many Ruby methods and basic test cases.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudzura%2Fmruby-posix-regexp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudzura%2Fmruby-posix-regexp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudzura%2Fmruby-posix-regexp/lists"}