Regular Expression Tester
Test regular expressions (regex) against sample text. Visualize matches, captured groups, and test replacements.
Instructions
1. Enter your Regular Expression pattern. 2. Paste the Text String you want to test against. 3. Select any desired Regex Flags (Ignore Case, Multiline, Dot All). 4. Choose the Test Mode (Find All, Find First, Replace). 5. If using 'Replace' mode, enter the Replacement String (use $1, \1, etc., for group backreferences). 6. Run the tool. The results will show matches, groups, or the replaced text in JSON format below.