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
otra de sql con variables
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
tilak filehacker
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Find e-mail in text
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
My text
Python
no description available
Submitted by
anonymous
-
5 years ago
0
blake shell
PCRE (PHP <7.3)
blake encoded shell
Submitted by
anonymous
-
5 years ago
0
tilak shell
PCRE (PHP <7.3)
tilak encoded shell
Submitted by
anonymous
-
5 years ago
0
tilak shell
PCRE (PHP <7.3)
tilak encoded shell
Submitted by
anonymous
-
5 years ago
0
Match path
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
修复URL尾斜杠
ECMAScript (JavaScript)
兼容ios
Submitted by
anonymous
-
5 years ago
0
emojis
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
tilak filehacker
PCRE (PHP <7.3)
tilak filehacker
Submitted by
anonymous
-
5 years ago
0
RFC 5322
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Git merge theirs
PCRE (PHP <7.3)
Removes the merge conflict syntax and our content >>>>> our content... their content <<<<<< commit name...
Submitted by
anonymous
-
5 years ago
0
tilak phishing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
tilak phishing
PCRE (PHP <7.3)
tilak phishing
Submitted by
anonymous
-
5 years ago
0
mongo parsing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
tilak phishing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
keefe top partial clean
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
blake encoded shell
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
tilak phishing tough regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
286
287
288
289
290
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
export
)?
const
(
.
*
\=
\(
)
(
.
*
)
(
\)
.
*
\(
)
(?'fileContent'
(
\n.
*
)+
)
\3
\.
(?'varName'
[^
}
]
*
)
\}
(?'restOfPropLine'
.
*
$
)
(?'restOfFileContent'
(
\n.
*
)+
>
\n
\)
;
)
/
gm
Open regex in editor
Description
First pass that converts first instance of non-destructured props
Submitted by
anonymous
-
4 years ago