Regex Tester
Test, validate, and use regular expressions. Test patterns, replace text, and split strings.
2 subscribers
14 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Regex Tester endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| v1 | ||
| POST |
post_v1_validate /v1/validate |
Check if a regex pattern is syntactically valid and return parsed flags and escaped version. |
| GET |
get_v1_patterns /v1/patterns |
Get a collection of commonly used regex patterns for email, URL, phone, IP, date, etc. |
| GET |
get_v1_docs /v1/docs |
|
| POST |
post_v1_replace /v1/replace |
Replace text matching a regex pattern with a replacement string. |
| POST |
post_v1_test /v1/test |
Test a regex pattern against text and return all matches with positions, groups, and execution time. |
| POST |
post_v1_split /v1/split |
Split text using a regex pattern as delimiter. |
| Other endpoints | ||
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| POST |
post_v1_validate /v1/validate |
Check if a regex pattern is syntactically valid and return parsed flags and escaped version. |
| GET |
get_v1_docs /v1/docs |
|
| GET |
get_v1_patterns /v1/patterns |
Get a collection of commonly used regex patterns for email, URL, phone, IP, date, etc. |
| POST |
post_v1_replace /v1/replace |
Replace text matching a regex pattern with a replacement string. |
| POST |
post_v1_test /v1/test |
Test a regex pattern against text and return all matches with positions, groups, and execution time. |
| POST |
post_v1_split /v1/split |
Split text using a regex pattern as delimiter. |
Regex Tester pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|