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 6,140 community submitted regex patterns...
0
Append https to URLs in JSON payload
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Youtube URLs
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
LDAP DN
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Custom colors detection css
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
email validation (RFC 5322)
ECMAScript (JavaScript)
Tries to match RFC 5322 as well as possible
Submitted by
anonymous
-
5 years ago
0
Get raw url
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Kenteken regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 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
-
5 years ago
0
Password
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
sss
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Demo Breakdown
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 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
-
5 years ago
0
Python Call Graph
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Replacement regex for bible citations in Examen de grado
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Twist
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Twist Login
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 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
1
...
166
167
168
169
170
...
307
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^.
*
href=
[
"
]
\K
(
https
.
*
)
(?=
\"\>
.
*
)
/
gm
Open regex in editor
Description
Match em href do html
Submitted by
anonymous
-
2 years ago