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
Matching Numeric Ranges with a Regular Expression 10 My solution
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 10
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 11 My solution
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 11
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Remove anything but float and integer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Phone Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Pull text-align value from HTML markup
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
i.imgur.com Link matcher
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Client ID matcher w/ nickname allowance
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
URI start with
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
href harmonisation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
www-urls without protocol and not in <a>-tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
multi-line java-style comments
PCRE (PHP <7.3)
Comments of type /* ... */ and java-doc are matched.
Submitted by
anonymous
-
6 years ago
0
Email Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
webpack igonore ionicon svg file
ECMAScript (JavaScript)
webpack igonore ionicon svg file
Submitted by
anonymous
-
6 years ago
0
regexNVP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Christinger | Name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
US Highway Routes
Python
Highway ROUTE RTE State Route Hwy Fwy...
Submitted by
anonymous
-
6 years ago
0
Match all after string
PCRE (PHP <7.3)
get keywords out of a url query string
Submitted by
anonymous
-
6 years ago
1
...
543
544
545
546
547
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
[
a
-
z0
-
9._%+-
]
{1,40}
[
@
]
{1}
(
[
a
-
z
]
{1,20}
[
.
]
{1}
){1,3}
[
a
-
z
]
{2,8}
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago