R

TestRegex

Regular Expression

- - 0.00 ms

Test String

1

Frequently Asked Questions

Python Regex Tester & Debugger

Verify Python regex patterns compatible with the standard 're' module. Supports ASCII-only matching, verbose mode, and unicode handling.

Python (re module)

Validate regular expressions for Python's standard library. Whether you are using re.search, re.match, or re.findall, this tool mimics the behavior effectively.

Key Flags

  • Verbose (x): Write cleaner regex with comments and whitespace.
  • ASCII (a): Force escape sequences to perform ASCII-only matching.
  • Dotall (s): Make the . special character match any character at all, including a newline.