Free online regex tester for JavaScript-style patterns: toggle case insensitive and global matching, inspect captures, and compare notes with Java, Python re, SQL regex, and grep-style workflows.
Pattern (JavaScript RegExp)
Flags
Engine is browser JavaScript (similar to regexr-style checks). Java, Python re, C#, and SQL flavors differ — use this to prototype, then adapt syntax.
Sample presets
Test string
Matches
Hello
regex
101
test
JS
Python
re
and
SQL
style
validation
here
No. This page uses the browser JavaScript RegExp engine. Syntax is often close, but Java, Python re, C#, SQL Server, and Google Sheets regex all have differences—use this tool to prototype, then port carefully.
Use the match list to confirm your pattern first. For replace, mentally substitute each match with your replacement string, or run a quick snippet in your target language.
Modern browsers support some lookbehind features, but engines vary. If a pattern fails unexpectedly, confirm support in your deployment targets.