Test and debug regular expressions. All processing happens in your browser.
Regular expressions (regex) are patterns used to match character combinations in strings. They are powerful tools for searching, validating, and manipulating text.
Common flags:
g
Global (all matches)i
Case insensitivem
Multiline modeQuick reference:
Use cases: Email/URL validation, search & replace, parsing logs, data extraction, input sanitization