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...
0
Dialogues
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
HTML link
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Therapi Link regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
integer greater or equal to 65536
PCRE (PHP <7.3)
integer greater or equal to 65536
Submitted by
anonymous
-
6 years ago
0
Active Emails
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
キャラセットのテスト
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Currency Reg Ex
PCRE (PHP <7.3)
##This is Currnacy regular Express
Submitted by
anonymous
-
6 years ago
0
タグ削除
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
タグ削除
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Cubic Messages
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
SWT_INTERFACE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
vcx trunk and knoten
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
VCX_CALL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
VCS-ACC_CALL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
<...>
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
[..]
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
"exchangeRate" field value
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Match last occuring word by combining multiline, dotall and greedy matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
The Ultmate Email validation regex
PCRE (PHP <7.3)
This regex validates an email against RFC 5322 with RFC 6530 merged in. This allows for checking for International email addresses. Note that this regex works on bytes so any Unicode characters will have to be encoded in UTF-8 before they will pass.
Submitted by
anonymous
-
6 years ago
1
...
490
491
492
493
494
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
{}
)
\1
|
[
{
]
(
|
\s
*
?
[^
\s
{}
]
+
?
\s
*
?
|
\s
*
?
\S
+
?
\(
.
*
?
\)
\s
*
?
|
\s
*
?
[
'
]
[^
'
]
+
?
[
'
]
\s
*
?
|
\s
*
?
[
"
]
[^
"
]
+
?
[
"
]
\s
*
?
|
\s
*
?
[
"
]
[^
"
]
+
?
[
"
]
\.
\S
+
?
\(
.
*
?
\)
\s
*
?
|
\s
*
?
[
'
]
[^
'
]
+
?
[
'
]
\.
\S
+
?
\(
.
*
?
\)
\s
*
?
)
(?:
!
(
\S
+
?
)
)?
[
}
]
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago