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
Compare Web URL
PCRE (PHP <7.3)
Check the website url using pattern matcher
Submitted by
Nirav Shah
-
7 years ago
0
IsMethod
PCRE (PHP <7.3)
Matching the lines that are methods
Submitted by
Gabriel Marius Popescu
-
7 years ago
0
spotcrime last page
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Cisco Switch
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Most Basic RegEx for TV Shows
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Most Basic RegEx for TV Shows
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
traincode
PCRE (PHP <7.3)
(?((<\[\]\.){1})((\.\[[a-zA-Z0-9]\]\.))*)$
Submitted by
anonymous
-
7 years ago
0
Password
ECMAScript (JavaScript)
Password should have a Capital letter, a number (may or may not have special char)
Submitted by
stackoverflow
-
7 years ago
0
IsAttribute
PCRE (PHP <7.3)
Matching the lines that are attributes
Submitted by
anonymous
-
7 years ago
0
IsAttribute
PCRE (PHP <7.3)
Matching the lines that are attributes
Submitted by
anonymous
-
7 years ago
0
IsEvent
PCRE (PHP <7.3)
Match the event found in line
Submitted by
anonymous
-
7 years ago
0
Parsing and extracting data from a URL
PCRE (PHP <7.3)
(\w+)://([\w\d\.-]*):?(\d+)? https://regexone.com/problem/extracting_url_data
Submitted by
anonymous
-
7 years ago
0
IM
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
traincode
PCRE (PHP <7.3)
Submitted by
anonymous
-
7 years ago
0
GPRO-Bolid
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
thanks ___ lyrics
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Find IPv4 IP Address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Find best VC error
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
CBB
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Find IPv6
PCRE (PHP <7.3)
Find ip address with ipv6
Submitted by
anonymous
-
7 years ago
1
...
110
111
112
113
114
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
\d
{15}
(
\d
{3}
)?
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago