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,000 community submitted regex patterns...
1
MY RFC 5322 implementation
ECMAScript (JavaScript)
My RFC 5322 implementation for email validation with few limitation on top level domain name
Submitted by
DevJustWantHaveFun
-
10 years ago
1
test
Python
test
Submitted by
test
-
10 years ago
1
Alternatvie Country Code Capture
Python
no description available
Submitted by
Branden
-
10 years ago
1
Google plus post regex
PCRE (PHP <7.3)
Retrieve username or user id and post id, example urls: https://apis.google.com/u/0/wm/1/118176280023244994777/posts/4q6esduuinn https://plus.google.com/+Username/posts/4q6ezduuinn https://plus.google.com/118176280323144994777/posts/4q6ezduuinn
Submitted by
Misthero
-
10 years ago
1
Ja som's regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
big apple is fool
ECMAScript (JavaScript)
no description available
Submitted by
litianzhao
-
10 years ago
1
Пошук Ñмайлів
PCRE (PHP <7.3)
ПроÑтенька демонÑÑ‚Ñ€Ð°Ñ†Ñ–Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ Ñмайлів за допомогою регулÑрних виразів
Submitted by
КоÑÑ‚Ñ Ð¢Ñ€ÐµÑ‚Ñк
-
10 years ago
1
match any email address in list
PCRE (PHP <7.3)
no description available
Submitted by
cloneman
-
10 years ago
1
rvewr
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
overlapping regex, small test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
aaa
PCRE (PHP <7.3)
vvv
Submitted by
anonymous
-
10 years ago
1
Numer telefonu
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
win path
PCRE (PHP <7.3)
no description available
Submitted by
Dragan
-
10 years ago
1
Extract video code from YouTube URL
ECMAScript (JavaScript)
no description available
Submitted by
@uimanwashere
-
10 years ago
1
Achar dominios
PCRE (PHP <7.3)
no description available
Submitted by
BrineDev
-
10 years ago
1
Regex to replace alert
PCRE (PHP <7.3)
foo
Submitted by
anonymous
-
10 years ago
1
Tele
PCRE (PHP <7.3)
no description available
Submitted by
Alpha
-
10 years ago
1
Find any version of US country name in address string
PCRE (PHP <7.3)
Given a string that represents a location in the USA, find any version of the USA country name as one would expect at the end of that string. Does not match on if it finds it elsewhere such as a freeway name or the "us" in the city of "Russellville".
Submitted by
Bobby
-
10 years ago
1
SIP Address Validator
ECMAScript (JavaScript)
This Regular Expression Validates SIP Addresses
Submitted by
Tarun Telang, Sanjay Sinha
-
10 years ago
1
Käyttäjätunnus
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
...
76
77
78
79
80
...
900
Community Library Entry
0
Regular Expression
Python
r"
(
TRACE
(
\s
*
)
\(
\S
+
\s
*
[
,
]
(
\s
*
\S
+
\s
*
)
[
,
\n
]
(
\s
*
\S
+
\s
*
)
[
,
]
(
\s
*
)
)
(
[^
\"
]
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago