Which regex flavor does this tester use?
It uses JavaScript RegExp syntax. Patterns from PCRE, Python, Ruby, Go, SQL, or command-line tools may need changes before they behave the same way.
Why are capture groups important?
Capture groups show the parts of each match that your code can extract or reuse in replacements, such as a username, domain, ID, or date segment.
Does this upload my sample text?
No. The pattern and sample text are tested in the browser. Avoid pasting private credentials, tokens, or customer data into a shared browser session.
Do utility tools upload my payload?
Use the page notes for each tool. Browser-side utilities can generate outputs locally, but the final file or code may still reveal whatever you encode or share.
Why should I test the generated output?
Scanners, printers, file viewers, apps, and platform previews can behave differently, so test the exact downloaded output before using it publicly.
Why might another generator show a different output?
Different tools may use different rounding, assumptions, default rates, methods, formulas, or input timing. Compare the visible method and inputs before relying on the output.