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,040 community submitted regex patterns...
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
0
Mobile No Starts from number 20 or 0 digits and end with 12 digits number
ECMAScript (JavaScript)
Mobile No Starts from number 20 or 0 digits and end with 12 digits number
Submitted by
Venkata Sandeep
-
6 years ago
0
regex for spherical
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Validar correo electronico
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Create Connection w Tests
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Create Connection
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Find all JIRA H2 from Inline MD
ECMAScript (JavaScript)
Find all JIRA H2 from an Inline MD. In MD all # are considered H1 in JIRA Syntax In MD all ## are considered H2 in JIRA Syntax In MD all ### are considered H3 in JIRA Syntax In MD all #### are considered H4 in JIRA Syntax...
Submitted by
Joaquin Briceno
-
6 years ago
0
Alphanumeric and -_*+.,
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DSE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
case2
PCRE (PHP <7.3)
RegEx case2
Submitted by
anonymous
-
6 years ago
0
case1
PCRE (PHP <7.3)
RegEx case1
Submitted by
anonymous
-
6 years ago
1
...
512
513
514
515
516
...
902
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
"
(
.
*
)
\n
(
[
\w
]
+
)
,
(
TX
)
(
\d
*
)
\n
\(
(
[
\d
\.
]
+
)
,
(
[
\d
-
\.
]
+
)
\)
"
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago