Regex Tester

Pattern

/[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}/gu
Regular Expression

Flags

Test Text

0 matches found
Input Text

Quick Tips

  • · Use sample patterns for common regex needs
  • · Enable 'global' flag to find all matches
  • · Enable 'ignoreCase' for case-insensitive matching
  • · Groups are captured and displayed separately
  • · Matches are highlighted in the text below