Paste an HTTP response and get Regular Expression Extractor fields for tokens, CSRF, and UUIDs. Browser-only analysis; nothing is uploaded. Max 1 MB.
JMeter Regex Extractor Builder
Section titled “JMeter Regex Extractor Builder”Paste a response body. The tool scans for likely dynamic values (tokens, CSRF fields, UUIDs, JWTs) and proposes Regular Expression Extractor settings you can copy into JMeter.
Browser-only. Your response body is analyzed in this tab and is never uploaded. Max paste size: 1 MB (1,048,576 bytes). Focus: Regular Expression Extractor only.
Candidates
Paste a body and click Find dynamic params. We suggest fields for the Regular Expression Extractor (variable, regex, template, match no.).
Selected-
Confidence-
Preview $1$-
Name of created variable
Template
Match No.
Regular Expression
Default Value
Output targets the Regular Expression Extractor post-processor. For pure JSON, prefer the JSON Extractor. Docs: Regular Expressions.
Privacy and limits
Section titled “Privacy and limits”| Rule | Detail |
|---|---|
| Where it runs | 100% in your browser (this page). |
| What is sent | Nothing: no upload, no server analysis. |
| Max body size | 1 MB (1,048,576 bytes). Larger pastes are rejected so the tab stays responsive. |
| Scope | Regular Expression Extractor only (not JSON Extractor / Boundary Extractor). |
Extractor field mapping
Section titled “Extractor field mapping”| JMeter field | This tool |
|---|---|
| Name of created variable | Suggested from key / type |
| Regular Expression | Generated pattern with one capture group |
| Template | $1$ |
| Match No. | 1 (first match) |
| Default Value | NOT_FOUND |
- Prefer JSON Extractor when the entire body is JSON; more stable than regex.
- Always verify with a Debug Sampler or View Results Tree; browser JS RegExp is close to Java but not identical.
- If nothing is found, paste a smaller fragment that still includes the token and its key.