More in Forge (4)
Forge · Pattern matching
Regex Workbench
Write a pattern, paste a sample, see every match in real time. Capture groups, named groups, replacement preview — all local.
//gi
Contact us at hello@example.com or support@mydomain.io — and cc kwabzid@yahoo.com.
3 matches
#1 · @14"hello@example.com"
$1 = "hello"$2 = "example.com"
#2 · @35"support@mydomain.io"
$1 = "support"$2 = "mydomain.io"
#3 · @64"kwabzid@yahoo.com"
$1 = "kwabzid"$2 = "yahoo.com"
Contact us at hello [at] example.com or support [at] mydomain.io — and cc kwabzid [at] yahoo.com.