Regex Tester
Zewp.com
Pattern
/
/
g (global)
i (case-insensitive)
m (multiline)
s (dotAll)
Presets...
Email
URL
IPv4
Phone #
Hex Color
Date (YYYY-MM-DD)
HTML Tags
Words
Numbers
Test String
Send an email to alice@example.com or bob@test.org for info. Visit https://www.zewp.com or http://example.com/path?q=123 Call 555-123-4567 or (555) 987-6543 Colors: #ff0000 #0f8 #abcdef Date: 2024-01-15
Highlighted Matches
Match Details
Replace
Replace
Quick Reference
.
any
\d
digit
\w
word
\s
space
\b
bound
^
start
$
end
*
0+
+
1+
?
0/1
{n}
()
group
(?:)
(?=)
|
or
[]
class
[^]
not