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
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
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
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
0
Dim Colors
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Capture upperCase
ECMAScript (JavaScript)
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
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
1
...
113
114
115
116
117
...
901
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
##
\s
(
.
)*
?
\\
n
/
gm
Open regex in editor
Description
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