Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 17,420 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
yt exp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-09 14:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
find instagram display url
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-02-11 08:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
UmidadeMotoncoRegex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-12 18:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IP Addresses
PCRE (PHP <7.3)
This Regex finds IPv4 addresses
Submitted by
anonymous
-
5 years ago
2019-02-11 12:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Best practices
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-11 15:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
nombre completo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-12 08:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
only name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-22 09:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
apellidos hasta 6 palabras
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-12 08:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match Restful URL with child entities and optional actions
PCRE (PHP <7.3)
Based of mixing Rest and RPC, https://restful-api-design.readthedocs.io/en/latest/methods.html#actions
Submitted by
anonymous
-
5 years ago
2019-02-12 09:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
die ersten zahlen aus line entfernen bis zum leerzeichen
PCRE (PHP <7.3)
die ersten zahlen aus line entfernen bis zum leerzeichen
Submitted by
anonymous
-
5 years ago
2019-02-12 09:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
string bis zum ersten leerzeichen oder 2tem
PCRE (PHP <7.3)
string bis zum ersten leerzeichen oder 2tem
Submitted by
anonymous
-
5 years ago
2019-02-12 09:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
nvsm
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-12 17:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Wright Send Fax status
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-12 20:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex for parsing out prefix date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-13 10:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Wright Routing check
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-13 18:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
File 4 WsusContent
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-14 11:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
375
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-14 19:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
spam for sex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-15 02:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find current ratings out of a fuse description
PCRE (PHP <7.3)
Look for "Fuse - " prefix Any digit or... Any fractional marker (for "3/4") or... Any "m" (for milli) or... Followed by a capital "A"? OR...
Submitted by
anonymous
-
5 years ago
2019-02-15 07:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find Diameter out of a fuse description
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-15 07:56
1
...
725
726
727
728
729
730
731
...
871
Grab valid LAN IPs
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
(?xm)
(?(DEFINE)
(?<byte>
2
[
0
-
4
]
\d
|
25
[
0
-
5
]
|
1
\d\d
|
[
1
-
9
]
?
\d
)
)
^
(
10
(?:
\.
(?&byte)
){3}
|
172
\.
(?:
1
[
6
-
9
]
|
2
\d
|
3
[
01
]
)
(?:
\.
(?&byte)
){2}
|
192
\.
168
(?:
\.
(?&byte)
){2}
|
)
$
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
jchd
-
8 years ago
2015-11-05 07:14