{"id":22199290,"url":"https://github.com/pmarkert/rhythmic","last_synced_at":"2026-07-03T10:04:27.919Z","repository":{"id":145080001,"uuid":"81519412","full_name":"pmarkert/rhythmic","owner":"pmarkert","description":"Fluent Regex builder for node.js","archived":false,"fork":false,"pushed_at":"2017-02-10T02:54:54.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-12T16:48:51.580Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/pmarkert.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,"zenodo":null}},"created_at":"2017-02-10T02:51:43.000Z","updated_at":"2017-02-10T02:51:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"84baf8ad-2a65-41ad-9372-dac7ae1847c4","html_url":"https://github.com/pmarkert/rhythmic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pmarkert/rhythmic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmarkert%2Frhythmic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmarkert%2Frhythmic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmarkert%2Frhythmic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmarkert%2Frhythmic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmarkert","download_url":"https://codeload.github.com/pmarkert/rhythmic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmarkert%2Frhythmic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35081255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-02T15:13:52.660Z","updated_at":"2026-07-03T10:04:27.914Z","avatar_url":"https://github.com/pmarkert.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rhythmic\nFluent Regex builder for node.js\n\nWhen completed, this project will allow for a fluent interface for building regular expressions. For now, this is a placeholder. :)\n\n```javascript\nvar rhy = require(\"rhythmic\");\nvar anything_but_pipe_or_quote = \"[^\\\\|'\\\"`]*\";\nvar params = (index) =\u003e rhy.capture(rhy.zero_or_more(rhy.nonCapturingGroup(anything_but_pipe_or_quote + rhy.optional(rhy.quoted(\".*?\",index)))));\nvar parenthetical_params = rhy.nonCapturingGroup(rhy.parenthetical(params(2)));\nvar comma_params = rhy.nonCapturingGroup(\",\" + params(5));\nvar pipe_params = rhy.choice_of(parenthetical_params, comma_params);\nvar pipe_expression = rhy.capture(rhy.identifier()) + rhy.space() + rhy.optional(rhy.nonCapturingGroup(pipe_params));\nvar pipe_symbol = \"\\\\|\";\nvar pattern = rhy.nonCapturingGroup(pipe_symbol + rhy.space() + pipe_expression + rhy.space());\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmarkert%2Frhythmic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmarkert%2Frhythmic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmarkert%2Frhythmic/lists"}