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
chrome filter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Latest Radon Change
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
full website url find
PCRE (PHP <7.3)
searches for full, valid website urls including large obnoxious search result url links
Submitted by
anonymous
-
5 years ago
0
Split long paragraph to segments within specified length
PCRE (PHP <7.3)
Try to split at the longest point whereas sentences ended.
Submitted by
anonymous
-
5 years ago
0
Version number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
(Last modified 3 years ago)
0
留学行业专属词汇提取
PCRE (PHP <7.3)
解决NLP分词无法识别留学行业专属词汇的问题
Submitted by
anonymous
-
5 years ago
0
For positive numbers and floats
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
MAINTBOOK
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Remove duplicate words from string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Amazon_Abbreviations_and_Acronyms
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
parse URL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
把中文和英文以外的文字
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
nlp-python
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Password validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Chrome error.stack Parser
ECMAScript (JavaScript)
error.stack object parser. Captures symbol, url, line, column.
Submitted by
anonymous
-
5 years ago
0
VBA Function Dim Statement
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
VBA Function Parameters
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
VBA Dim Statement Module Header
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
VBA Global Const Statement
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
260
261
262
263
264
...
900
Community Library Entry
1
Regular Expression
Python
r"
^
(
.
*
?
)
[^
\S\n
]
*
;
[^
\S\n
]
(
.
*
?
)
[^
\S\n
]
*
;
[^
\S\n
]
(
.
*
?
)
(?:
[^
\S\n
]
+
)
#
[^
\S\n
]
*
(
E
[
\w
.
]
*
)
[^
\S\n
]
*
(?:
\[
\w
\]
)
[^
\S\n
]
*
\(
(
.
*
)
\)
$
"
mg
Open regex in editor
Description
Match emoji in
emoji-zwj-sequences.txt
Submitted by
anonymous
-
a year ago