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
Relevance
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 20 community submitted regex patterns...
-3
IPv4 address
Python
Matches any IPv4 address
Submitted by
anonymous
-
9 years ago
-2
IPv4
Python
allows for all legal IPv4 addresses
Submitted by
anonymous
-
10 years ago
0
Find ipv6 subnet
Python
This regexp is able to find ipv6 subnets in the compressed form (e.g: 2001:db8::/32). It doesn't perform any validation to the ipv6 addresses itself though.
Submitted by
anonymous
-
5 years ago
0
IPv4 matcher
Python
find all IPv4 addresses in text
Submitted by
anonymous
-
7 years ago
0
Match actual IPv4 addresses and 3306 port
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Match IPv4 with CIDR mask
Python
Parses data to match IPv4 addresses along with CIDR mask.
Submitted by
anonymous
-
3 years ago
0
IPv4 address from text
Python
Found in here, stackoverflow url.
Submitted by
anonymous
-
4 years ago
0
ipv4 addresses
Python
Valid ip addreses
Submitted by
anonymous
-
3 years ago
0
IPv4 Address +/- CIDR Slash Notation
Python
Grabs an IPv4 address, and if it has a CIDR slash notation, then grab that too.
Submitted by
dboyd42
-
4 years ago
(Last modified 2 years ago)
0
IPv6 Regex Match Removal
Python
Works for all IPv6 addresses in removing them using regex
Submitted by
vks
-
10 years ago
0
https://regex101.com/r/lS4dV7/1
Python
ipv4 address matching
Submitted by
Unknown
-
10 years ago
0
IPv4 address with description
Python
Match an IPv4 address and its description delimited by a 'newline' paragraph
Submitted by
edoz90
-
9 years ago
1
IP4 Address Checker
Python
Allows exaclty 4 groups of digits in the range 0..255 seperated by . characters
Submitted by
Steve (Gadget) Barnes
-
9 years ago
1
Verbose Python IP4 Address
Python
Verbose IP4 simple address re N.B. You need to ensure that the re is in trebble quotes r""" .... """
Submitted by
Steve (Gadget) Barnes
-
9 years ago