Loading...
Loading...
Test regular expressions online with real-time match highlighting. Supports all JS regex flags. Instant feedback.
Enter a regex pattern to see matches
We use JavaScript's built-in RegExp engine. This matches what you'd use in Node.js, browser JavaScript, and most online code editors.
Check the pattern for typos. Use the global flag (g) to find all matches. The dotall flag (s) makes . match newlines. See the error message if the pattern syntax is invalid.