Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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:**