{"id":36481209,"url":"https://github.com/pipe01/revregexp","last_synced_at":"2026-01-12T01:02:36.034Z","repository":{"id":57547729,"uuid":"303124808","full_name":"pipe01/revregexp","owner":"pipe01","description":"Small library for randomly generating strings from a regex pattern.","archived":false,"fork":false,"pushed_at":"2020-10-11T21:49:29.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T10:44:50.335Z","etag":null,"topics":["go","golang","regex","regexp"],"latest_commit_sha":null,"homepage":"","language":"Go","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/pipe01.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":"2020-10-11T13:16:57.000Z","updated_at":"2022-02-20T22:54:54.000Z","dependencies_parsed_at":"2022-09-26T18:40:56.987Z","dependency_job_id":null,"html_url":"https://github.com/pipe01/revregexp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pipe01/revregexp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipe01%2Frevregexp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipe01%2Frevregexp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipe01%2Frevregexp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipe01%2Frevregexp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pipe01","download_url":"https://codeload.github.com/pipe01/revregexp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipe01%2Frevregexp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28330161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["go","golang","regex","regexp"],"created_at":"2026-01-12T01:01:36.011Z","updated_at":"2026-01-12T01:02:36.017Z","avatar_url":"https://github.com/pipe01.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# revregexp\n\n[![GoDoc](https://godoc.org/github.com/pipe01/revregexp?status.svg)](https://godoc.org/github.com/pipe01/revregexp)\n[![Go Report Card](https://goreportcard.com/badge/github.com/pipe01/revregexp)](https://goreportcard.com/report/github.com/pipe01/revregexp)\n\nSmall library for randomly generating strings from a regex pattern.\n\n## Examples\n\n| Regex pattern             | Sample output |\n|---------------------------|---------------|\n| `.*`                      | hM7R          |\n| `\\d+`                     | 415           |\n| `[a-d4-8]{5}`             | a8c6c         |\n| `[a-f0-9]{4}-[a-f0-9]{6}` | 893a-9034d1   |\n\n## Sample usage\n\n```go\nimport \"github.com/pipe01/revregexp\n\nstr := revregexp.Reverse(\"Hello (World|Everyone)\")\n\nfmt.Println(str)\n// Outputs \"Hello World\" or \"Hello Everyone\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpipe01%2Frevregexp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpipe01%2Frevregexp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpipe01%2Frevregexp/lists"}