Regex Tester Online

Test regular expressions with live matching and capture groups. JavaScript regex syntax.

/ /
Test String

Regex API

Test regex patterns programmatically:

curl -X POST https://api.fengdeagents.site/api/regex \\
  -H "X-API-Key: YOUR_KEY" \\
  -H "Content-Type: application/json" \\
  -d '{"pattern": "\\\\d+", "text": "abc 123 def 456", "flags": "g"}'

Get a free API key · View all tools