{"id":19343534,"url":"https://github.com/hex0cter/xeger","last_synced_at":"2025-08-12T09:04:30.715Z","repository":{"id":29294350,"uuid":"32827258","full_name":"hex0cter/xeger","owner":"hex0cter","description":"Automatically exported from code.google.com/p/xeger","archived":false,"fork":false,"pushed_at":"2015-03-26T09:31:04.000Z","size":156,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-03T04:32:42.078Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/hex0cter.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":"2015-03-24T21:50:40.000Z","updated_at":"2015-03-26T09:31:04.000Z","dependencies_parsed_at":"2022-09-04T07:31:46.505Z","dependency_job_id":null,"html_url":"https://github.com/hex0cter/xeger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hex0cter/xeger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex0cter%2Fxeger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex0cter%2Fxeger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex0cter%2Fxeger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex0cter%2Fxeger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hex0cter","download_url":"https://codeload.github.com/hex0cter/xeger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex0cter%2Fxeger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270032624,"owners_count":24515323,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"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-11-10T03:38:36.230Z","updated_at":"2025-08-12T09:04:30.682Z","avatar_url":"https://github.com/hex0cter.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Xeger\n\nImported from code.google.com/p/xeger\n\nThink of it as the opposite of regular expression matchers. This library allows you to generate text that is guaranteed to match a regular expression passed in.\n\nLet's take the regular expression: [ab]{4,6}c Using Xeger, you can now generate Strings matching this pattern like this:\n\nString regex = \"[ab]{4,6}c\";\nXeger generator = new Xeger(regex);\nString result = generator.generate();\nassert result.matches(regex);\nNote that - in order to use Xeger - you will also need the dk.brics.automaton package, that you can download as a library here: http://www.brics.dk/~amoeller/automaton/\n\nBe sure to read XegerLimitations to learn about the limitations in regular expressions supported.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhex0cter%2Fxeger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhex0cter%2Fxeger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhex0cter%2Fxeger/lists"}