Skip to content
The Internet Compass

Developer Utilities

Regex Tester

Live match highlighting against your own test string, plus a library of common patterns — email, URL, IPv4, hex colour — to start from.

FreeNo sign-upRuns in your browser
//

2 matches

Contact us at [email protected] or [email protected] for enquiries.

/[\w.+-]+@[\w-]+\.[a-zA-Z]{2,}/g

How it works

  1. 1Write or pick a pattern
  2. 2Set flags and paste test text
  3. 3Matches are highlighted live in the text

Who this is for

  • Debugging a regex before shipping it in code
  • Testing validation patterns against edge cases
  • Learning regex syntax with immediate visual feedback