Web & Dev

Regex Tester

Test a regular expression against sample text and inspect every match.
//g

Result

2 matches
Contact ada@example.com or grace@navy.mil for details.
#1ada@example.comat index 8
$1: ada$2: example
#2grace@navy.milat index 27
$1: grace$2: navy

Related tools

Break a URL into its protocol, host, path, query and fragment.
Web & Dev