{"id":15016711,"url":"https://github.com/haukex/re-int-ineq","last_synced_at":"2026-03-16T22:04:01.230Z","repository":{"id":226627772,"uuid":"769213204","full_name":"haukex/re-int-ineq","owner":"haukex","description":"Regular Expression Integer Inequalities","archived":false,"fork":false,"pushed_at":"2024-04-13T17:48:49.000Z","size":284,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-14T08:05:47.455Z","etag":null,"topics":["javascript-library","perl5","python3","regex","regular-expression","typescript-library"],"latest_commit_sha":null,"homepage":"https://haukex.github.io/re-int-ineq/","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haukex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2024-03-08T15:18:58.000Z","updated_at":"2024-04-20T13:40:20.296Z","dependencies_parsed_at":"2024-03-08T16:50:54.288Z","dependency_job_id":"c237f683-258a-4f45-81dd-3508044e79ba","html_url":"https://github.com/haukex/re-int-ineq","commit_stats":null,"previous_names":["haukex/re-int-ineq"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haukex%2Fre-int-ineq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haukex%2Fre-int-ineq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haukex%2Fre-int-ineq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haukex%2Fre-int-ineq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haukex","download_url":"https://codeload.github.com/haukex/re-int-ineq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242900063,"owners_count":20203704,"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":["javascript-library","perl5","python3","regex","regular-expression","typescript-library"],"created_at":"2024-09-24T19:49:16.421Z","updated_at":"2025-12-28T22:38:00.597Z","avatar_url":"https://github.com/haukex.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"Regular Expression Integer Inequalities\n=======================================\n\nThis repository contains a library for generating regular expressions that\nmatch integers that fulfill a specified inequality (greater than, less than,\nand so on).\n\nFor example, `re_int_ineq(\"\u003e=\", 42)` produces the regular expression\n`(?\u003c![0-9])(?:4[2-9]|[1-9][0-9]{2,}|[5-9][0-9])(?![0-9])`, which matches\nall integers greater than or equal to 42.\n\nThe library was originally written in Perl, and ported to Python and\nJavaScript (ES2018 or newer required). The source code for these libraries\nis in the `pl`, `py`, and `js` directories, respectively.\n\nReadme files:\n\n- [Perl](pl/README.md)\n- [Python](py/README.rst)\n- [JavaScript](js/README.md)\n\nThe modules are published at:\n\n- **Perl version:** \u003chttps://metacpan.org/pod/Regexp::IntInequality\u003e\n\n- **Python port:** \u003chttps://pypi.org/project/re-int-ineq/\u003e\n  (includes a command-line interface)\n\n- **JavaScript port:** \u003chttps://www.npmjs.com/package/re-int-ineq\u003e\n\n- **Web interface:** \u003chttps://haukex.github.io/re-int-ineq/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaukex%2Fre-int-ineq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaukex%2Fre-int-ineq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaukex%2Fre-int-ineq/lists"}