xtract.bot

Regular expressions

Run regular expressions against arbitrary text without wiring up a sandbox. `regex-test` returns every match plus capture groups so you can verify a pattern before committing it to production; `regex-replace` performs find-and-replace with backreferences. Both run on the JavaScript regex engine — patterns that work in your local console behave the same way here, with bounded execution time so a runaway pattern can't pin a request.