Regex Tester

Regular Expression

Loading editor...

Matches

Loading editor...

About Regex Tester

Test and debug your JavaScript regular expressions.

Flags Reference

  • g (Global): Don't return after first match.
  • i (Insensitive): Case insensitive match.
  • m (Multiline): ^ and $ match start/end of line.
  • s (Single Line): Dot matches newline.