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
HTML tags and attributes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
extraction with matching and non-matching groups
Python
extract operator and numbers from a typical product option line
Submitted by
anonymous
-
6 years ago
0
match all html/xml tags and attributes
PCRE (PHP <7.3)
intended to clean websites form input or crawled data stripping all the html of xml tags and inside attributes
Submitted by
anonymous
-
6 years ago
0
shorthand characterss
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
date
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Loči Guadaloupe
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
FSWatch Regex
PCRE (PHP <7.3)
Regex for parsing fswatch event
Submitted by
anonymous
-
6 years ago
0
USC messurments
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
multiple lines
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
문자그대로찾기
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
odhodiz v.2.0
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
doi
Python
no description available
Submitted by
anonymous
-
6 years ago
0
url
Python
no description available
Submitted by
anonymous
-
6 years ago
0
ark
Python
no description available
Submitted by
anonymous
-
6 years ago
0
log dns valid response
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
FIRST PRICE (PAG 1)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
处理name
Python
找长名字电压等级
Submitted by
anonymous
-
6 years ago
0
ionic-cli doctor viewport-fix
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Professors parsing
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Remove in between all { [ ( } ] )
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
526
527
528
529
530
...
900
Community Library Entry
0
Regular Expression
Python
r"""
(
[
-a
-
zA
-
Z0
-
9@:%._
\+
~#=
]
){2,256}
\.
[
a
-
z
]
{2,6}
\b
(
[
-a
-
zA
-
Z0
-
9@:%_
\+
.~#?&//=
]
*
)
"""
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago