{"id":21484148,"url":"https://github.com/dylex/anagrep","last_synced_at":"2025-03-17T09:40:43.068Z","repository":{"id":66278637,"uuid":"317081441","full_name":"dylex/anagrep","owner":"dylex","description":"Test for anagrams with regular expressions","archived":false,"fork":false,"pushed_at":"2020-12-11T16:10:52.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-23T19:14:39.984Z","etag":null,"topics":["anagram","grep","permutation","regex"],"latest_commit_sha":null,"homepage":"http://hackage.haskell.org/package/anagrep","language":"Haskell","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/dylex.png","metadata":{"files":{"readme":"README","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}},"created_at":"2020-11-30T01:37:58.000Z","updated_at":"2022-11-08T11:55:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc9e920c-1d3d-4d7d-9e14-9d99119c38f3","html_url":"https://github.com/dylex/anagrep","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylex%2Fanagrep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylex%2Fanagrep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylex%2Fanagrep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylex%2Fanagrep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylex","download_url":"https://codeload.github.com/dylex/anagrep/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244010927,"owners_count":20383333,"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":["anagram","grep","permutation","regex"],"created_at":"2024-11-23T12:50:19.016Z","updated_at":"2025-03-17T09:40:43.032Z","avatar_url":"https://github.com/dylex.png","language":"Haskell","readme":"A Haskell library for matching permutations of regular expressions: http://hackage.haskell.org/package/anagrep\n\nAnd a command-line interface, useful for puzzle solving (e.g., which English word has one 'p', one 'q', and four vowels?):\n\nUsage: anagrep REGEXP [FILE]...\nPrint lines in each FILE (or stdin) for which some permutation (anagram)\nmatches the given REGEXP.  REGEXP is a restricted regular expression that can\ncontain the following patterns:\n  Character matches\n    x         single literal character\n    [aein-z]  character set (any listed character)\n    [^a-mou]  negated character set (any character not listed)\n    .         any single character\n    \\x        escape single literal character (no special meanings)\n  Repeat modifiers - may only be applied to characters (above)\n    {N,M}     repeat character N-M times\n    {N,}      repeat character at least N times\n    {N}       equivalent to {N,N}\n    ?         equivalent to {0,1}\n    *         equivalent to {0,}\n    +         equivalent to {1,}\n  Combination\n    XY        concatenation matches pattern X and Y in either order\n    X|Y       alternation matches pattern X or Y\n    (X)       grouping (only useful for alternation - note that successive\n              grouped alternations involve a cross-product expansion and may\n              be slow)\nOther regular expression features are not currently supported.  Matching is\nalways done on entire lines (like grep -x).\n\nExample: anagrep 'pq[aeiou]{4}' /usr/share/dict/words\n  \u003e opaque\n\nFlags:\n  -b    treat input as raw byte sequence (uses locale encoding by default)\n  -i    ignore case distinctions in patterns and data\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylex%2Fanagrep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylex%2Fanagrep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylex%2Fanagrep/lists"}