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 5,720 community submitted regex patterns...
0
Password
ECMAScript (JavaScript)
Password regular expression
Submitted by
AhbapAldırma
-
3 years ago
0
chia plot
Golang
chia plot
Submitted by
temple
-
3 years ago
0
IPv4 Address +/- CIDR Slash Notation
Python
Grabs an IPv4 address, and if it has a CIDR slash notation, then grab that too.
Submitted by
dboyd42
-
3 years ago
(Last modified a year ago)
0
Loan Amount
Python
Recognizing loan amount
Submitted by
anonymous
-
3 years ago
0
URL
Python
Recognizing URLs
Submitted by
anonymous
-
3 years ago
0
ex1 pcd
Python
"(?PJan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (?P\d\d) (?P\d\d\d\d), (?P\w{7}), (?P.*), (?P\d.\d)"gm
Submitted by
sparaiso
-
3 years ago
0
Replacing URL through Hyperlink in Text
Golang
Replacing URL through Hyperlink in Text
Submitted by
anonymous
-
3 years ago
0
Email validator
Python
Email validator
Submitted by
anonymous
-
3 years ago
0
Password
Python
Strong passwords validator.
Submitted by
anonymous
-
3 years ago
0
Validando números.
Python
Inteiros ou float (neste caso, remover o segundo grupo).
Submitted by
anonymous
-
3 years ago
0
validando e_mail
Python
validando email
Submitted by
anonymous
-
3 years ago
0
Find Discord channel
ECMAScript (JavaScript)
Use this regex to find any mention for a channel. # is a mention for a text channel #! is a mention for a voice channel
Submitted by
Olympic1
-
3 years ago
0
Find Discord role
ECMAScript (JavaScript)
Use this regex to find any mention for a role. @& is a mention for a role
Submitted by
Olympic1
-
3 years ago
0
Find Discord user
ECMAScript (JavaScript)
Use this regex to find any mention for an user. @ is a mention for the registered name of an user @! is a mention for the nickname of an user
Submitted by
Olympic1
-
3 years ago
0
Any domain finder
ECMAScript (JavaScript)
This regex made by me, finds any domain which contains https:// or the unsafe version, http://.
Submitted by
Rix The Regex Maker
-
3 years ago
0
Parse ping results
ECMAScript (JavaScript)
Parse the result of a ping, line by line
Submitted by
Heydok
-
3 years ago
(Last modified 3 years ago)
0
parse chemical formula
ECMAScript (JavaScript)
formulacharge)
Submitted by
anonymous
-
3 years ago
0
single line possibly comma delimited list and end of list
ECMAScript (JavaScript)
for react props
Submitted by
Zach Hardesty
-
3 years ago
0
Mobile Phone Number with code
ECMAScript (JavaScript)
Admite un numero de telefono con su codigo de area
Submitted by
macorreag
-
3 years ago
0
Episodes Files
Python
#Episodes Files this pattern split the series episodes files to extract data
Submitted by
anonymous
-
3 years ago
1
...
249
250
251
252
253
...
286
Community Library Entry
1
Regular Expression
Python
r"
construit
dans
les
ann
[
eé
]
es
(
\d
{2,4}
)
"
gmi
Open regex in editor
Description
nlp
Submitted by
guif
-
3 years ago