🔍
Regex Tester
Test a regular expression pattern against text. See all matches with groups and positions.
text
API: POST /api/tools/regex-tester
Input
Result
🔌 API Usage
POST /api/tools/regex-tester
Content-Type: application/json
// Example body:
{
"pattern": "",
"text": "",
"flags": ""
}
Content-Type: application/json
// Example body:
{
"pattern": "",
"text": "",
"flags": ""
}