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,020 community submitted regex patterns...
0
regex-puppet-v1
ECMAScript (JavaScript)
no description available
Submitted by
Wendy
-
6 years ago
0
Splunk Field Extractor pipe delimited v4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Multiline dot with new line payload single
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Splunk all but last field extractor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
New splunk field ex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
New splunk field ex 30-jul 8p
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
match expression
Python
no description available
Submitted by
anonymous
-
6 years ago
0
before and after
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Find Attribute and value
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Find XML tag with specific Attribute like id
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Attribute value within XML tag
PCRE (PHP <7.3)
https://regex101.com/r/0532n6/1 Attribute value within XML tag
Submitted by
anonymous
-
6 years ago
0
Attribute value within XML tag with LAZY tag
PCRE (PHP <7.3)
https://regex101.com/r/0532n6/1 Attribute value within XML tag
Submitted by
anonymous
-
6 years ago
0
Column Select Matcher
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
string-format-1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Debts (Hanzo)
Python
Add debts to Hanzo
Submitted by
anonymous
-
6 years ago
0
random1
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Russian phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
string-format-1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Colombian license plate number
PCRE (PHP <7.3)
number or license plate number
Submitted by
anonymous
-
6 years ago
0
All rows with FLOAT datatype
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
489
490
491
492
493
...
901
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
{}
)
\1
|
[
{
]
\s
*
?
(
\S
*
?
|
\S
*
?
\(
.
*
?
\)
|
[
'
]
[^
'
]
*
?
[
'
]
|
[
"
]
[^
"
]
*
?
[
"
]
|
[
"
]
[^
"
]
*
?
[
"
]
\.\(
.
*
?
\)
)
(?:
!
(
\S
+
?
)
)?
\s
*
?
[
}
]
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago