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
Stripping all but a list of several prefixes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Match list of prefixes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
golang const|func|type declaration matcher
PCRE (PHP <7.3)
Intended for commenting out a source file in a more targeted/formatted manner—makes folding and navigation easiers while annotating (substitution is wrapping each statement in block comments.)
Submitted by
anonymous
-
5 years ago
0
ffpmeg process
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
bsb: titels
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
bsb: titels - contemporaine
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
bsb: lijsten
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
AddBracketsXMLToJSONIssueOnSubElements
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
special characters check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Website URL Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Email verification
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Password validation 8
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Number and text validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Data_Download_Investigator
Python
For investigatorLastRegulatoryAction
Submitted by
anonymous
-
5 years ago
0
Data_Download_Investigator
Python
For investigatorLastRegulatoryAction
Submitted by
anonymous
-
5 years ago
0
匹配合法的变量名
Python
\b[a-zA-Z_]\w+
Submitted by
anonymous
-
5 years ago
0
正则式的命名和反向引用
Python
(?P(\w+\s+))(?P=dup)
Submitted by
anonymous
-
5 years ago
0
提取有效小数,如果是0,则只保留1个0
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Password validation 8 character
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
programs/films
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
298
299
300
301
302
...
900
Community Library Entry
0
Regular Expression
Python
r"
(
cash
\s
flows
.
*
activities
$
|
net
.
*
cash
.
*
and
cash
equivalents
?
)
"
gmi
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago