I built a regex API because regex101 has no backend for my apps on RapidAPI
Need to test/parse regex in your backend but don't want to spawn a JS process?
So I built this: https://rapidapi.com/studio/api\_31f72198-a68c-4cba-9382-2502dd953b74/publish/general
What it does:
**Test regex against text via API** - POST your pattern + flags + test string
**Returns matches + groups + indexes** - Full JSON response, no scraping
**JS/PCRE support** - Handles `/café/gi` unicode properly
**Explain endpoint** - Get human-readable breakdown of your pattern
Free tier on RapidAPI. Built this because I kept needing regex in Lambda without bundling a full engine.
Roast it. What endpoints are missing? What would make you use this over rolling your own?
If it breaks, tell me. Just launched and need devs to break it.