Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haukex/re-int-ineq
Regular Expression Integer Inequalities
https://github.com/haukex/re-int-ineq
javascript-library perl5 python3 regex regular-expression typescript-library
Last synced: 16 days ago
JSON representation
Regular Expression Integer Inequalities
- Host: GitHub
- URL: https://github.com/haukex/re-int-ineq
- Owner: haukex
- License: lgpl-3.0
- Created: 2024-03-08T15:18:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T17:48:49.000Z (10 months ago)
- Last Synced: 2024-04-14T08:05:47.455Z (10 months ago)
- Topics: javascript-library, perl5, python3, regex, regular-expression, typescript-library
- Language: Perl
- Homepage: https://haukex.github.io/re-int-ineq/
- Size: 277 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Regular Expression Integer Inequalities
=======================================This repository contains a library for generating regular expressions that
match integers that fulfill a specified inequality (greater than, less than,
and so on).For example, `re_int_ineq(">=", 42)` produces the regular expression
`(?- **Python port:**
(includes a command-line interface)- **JavaScript port:**
- **Web interface:**