Regex Tester

Test regular expressions, with immediate feedback on matches

How to Use Regex Tester:

  • Enter the text you want to test against in the "Test String" box.
  • Enter your regular expression in the "Regex Pattern" box. Use standard Python regex syntax.
  • Special characters like `\n` (newline) or `\t` (tab) in the pattern box will be interpreted literally.
  • Select any desired flags (e.g., Ignore Case, Multiline).
  • Click "Test Regex". Matches will be highlighted in the "Results" box below the input.
  • Match details, including captured groups, will appear below the controls if matches are found.

Note: Complex patterns may be flagged for potential performance issues (ReDoS risk).

Results will appear here after testing a pattern.
Regex Flags