Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,040 community submitted regex patterns...
0
remove junk from config
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Convert NGUI Color codes to Unity Rich Text Color codes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
VBA Current Line Parse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Regex Edit Date in Members sheet Excel
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Regex Edit Date in Members sheet Excel 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
VBA Comment
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
60fps fixtures
Python
no description available
Submitted by
anonymous
-
5 years ago
0
60fps m3u8
Python
no description available
Submitted by
anonymous
-
5 years ago
0
AC800s Modem testing
Python
Still not quite right
Submitted by
anonymous
-
5 years ago
0
AC800s from forum
Python
no description available
Submitted by
anonymous
-
5 years ago
0
AC800s
Python
no description available
Submitted by
anonymous
-
5 years ago
0
gen unique sql
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Find =='s
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
regex email
Python
use for censor phonenumber in comment
Submitted by
anonymous
-
5 years ago
0
Vipom regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Apache: if a url comes with & but without a ? starting the query param, replace the first & with a ?
PCRE (PHP <7.3)
If you got a malformed URL with a query string not starting with a question mark, this Apache rule will catch it and make a redirection, replacing the first ampersand with the mandatory question mark for a query string. The negative lookahead will make sure that it don't replaces a well formed quer...
Submitted by
anonymous
-
5 years ago
0
process(all)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
indentation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
indentation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
PRPA Blacklist Example2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
210
211
212
213
214
...
902
Community Library Entry
1
Regular Expression
Python
r"
^
(?!
[^
a
-
zA
-
Z0
-
9
]
)
(?:
(?!
[
.
]
{2,}
)
[
a
-
zA
-
Z0
-
9_
\-
.
]
)+
(?<!
[
.
]
)
@
(?:
(?!
[^
a
-
zA
-
Z0
-
9
]
)
(?:
[
a
-
zA
-
Z0
-
9_
\-
]
)+
(?<!
[^
a
-
zA
-
Z0
-
9
]
)
\.
)+
[
a
-
zA
-
Z
]
{2,}
$
"
gm
Open regex in editor
Description
email google/microsoft like
Submitted by
Maxime Paris
-
4 years ago
(Last modified 3 years ago)