regex-generator-api
regex-generator-api is a small Express service for integrators who need regular expressions without hand-tuning. In from-strings mode it uses the regexgen library to build a pattern that matches every supplied example (and possibly more). In preset mode it returns vetted patterns for common cases. Optional flags are limited to safe JS flags (g, i, m, s, u, y). It uses the same auth and…
regex-generator-api endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
regex-generator-api /api/v1/generate |
regex-generator-api is a small Express service for integrators who need regular expressions without hand-tuning. In from-strings mode it uses the regexgen library to build a… |
regex-generator-api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 30 / minute |
|
| PRO | Free | — |
|
| PRO Recommended | $10 / month | 120 / minute |
|