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 3,880 community submitted regex patterns...
0
email validation (RFC 5322)
ECMAScript (JavaScript)
Tries to match RFC 5322 as well as possible
Submitted by
anonymous
-
6 years ago
0
Get raw url
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Kenteken regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
English to DAS EFX
ECMAScript (JavaScript)
Adds -iggedy to words in the style of hip hop group DAS EFX.
Submitted by
anonymous
-
6 years ago
0
Password
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
sss
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Splitter ES
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Demo Breakdown
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
matching URLs and failing non-URLs
ECMAScript (JavaScript)
Here, we would add a quantifier to a simple char class in an expression such as:
Submitted by
anonymous
-
6 years ago
0
Python Call Graph
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Replacement regex for bible citations in Examen de grado
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Split full name to last, middle, last
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Twist
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Twist Login
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
getText&Numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
basic email
ECMAScript (JavaScript)
not amazing but better than seb's
Submitted by
anonymous
-
5 years ago
0
Verificar hash com contexto de conta
ECMAScript (JavaScript)
Links hash podem ser passados em contexto diferente. Nesse caso é identificado o contexto antes do hash para endereço.
Submitted by
anonymous
-
5 years ago
0
ISO 8601 timestamp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Android signal level
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
eleveo
Golang
no description available
Submitted by
anonymous
-
5 years ago
1
...
123
124
125
126
127
...
194
Community Library Entry
0
Regular Expression
Java 8
"
[
(?<=
[
-|.|,
]
)
\d
]
+
"
gm
Open regex in editor
Description
hello
Submitted by
anonymous
-
2 years ago