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 12,640 community submitted regex patterns...
0
string-format-1
ECMAScript (JavaScript)
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
FI-Email2-final
ECMAScript (JavaScript)
Fleet Insight Email RegEx with dashes not allowed in domain relaxed teh 4 char limit on TLD
Submitted by
anonymous
-
6 years ago
0
Column Select Matcher
ECMAScript (JavaScript)
no description available
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
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
Find XML tag with specific Attribute like id
PCRE (PHP <7.3)
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
New splunk field ex 30-jul 8p
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
Splunk all but last field extractor
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 Field Extractor pipe delimited v4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regex-puppet-v1
ECMAScript (JavaScript)
no description available
Submitted by
Wendy
-
6 years ago
0
Capture upperCase
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Dim Colors
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
HTTP ETag header match (RFC7232)
PCRE (PHP <7.3)
HTTP ETag header match (RFC7232) HTTP ETag RFC specification: https://tools.ietf.org/html/rfc7232#section-2.3
Submitted by
anonymous
-
6 years ago
-1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Find URLs (incl. Numerical)
PCRE (PHP <7.3)
Search text for any URL, including numerical IPs and greater than 3 char domain extensions. Also searches for http(s) alone, include with a third slash, as I ran into scumbag Russian spammers who were doing this.
Submitted by
J. Scott Elblein
-
6 years ago
1
...
281
282
283
284
285
...
632
Community Library Entry
5
Regular Expression
ECMAScript (JavaScript)
/
^
(
http:
\/\/
www
\.
|
https:
\/\/
www
\.
|
ftp:
\/\/
www
.
|
www
\.
)
[
a
-
z0
-
9
]
+
(
[
\-\.
]
{1}
[
a
-
z0
-
9
]
+
)*
\.
[
a
-
z
]
{2,5}
(
:
[
0
-
9
]
{1,5}
)?
(
\/
.
*
)?
$
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
11 years ago