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 260 community submitted regex patterns...
0
IPv4 addresses that don't match RFC1918
PCRE (PHP <7.3)
Matches publicly available IPv4 addresses (excludes 10., 172.16-32, and 192.168 blocks).
Submitted by
anonymous
-
9 years ago
0
socket.io ipv4 user view
ECMAScript (JavaScript)
socket io ipv6 and ipv4 to ipv4 convector
Submitted by
bublik462
-
9 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
0
IPv4 address
PCRE (PHP <7.3)
matches valid ipv4 addresses
Submitted by
anonymous
-
9 years ago
0
IPv4 Valid RFC1918 Addresses
ECMAScript (JavaScript)
This will match valid IP addresses which are listed in RFC1918. 127.0.0.0 - 127.255.255.255 10.0.0.0 - 10.255.255.255 192.168.0.0 - 192.168.255.255 172.16.0.0 - 172.31.255.255
Submitted by
anonymous
-
5 years ago
0
Validates an IPv4 Address
PCRE2 (PHP >=7.3)
Given a string, the regex would match if it is a valid IPv4 address.
Submitted by
A-Paint-Brush
-
a year ago
(Last modified a year ago)
-2
IPv4
Python
allows for all legal IPv4 addresses
Submitted by
anonymous
-
10 years ago
-2
Find a IPV4
ECMAScript (JavaScript)
no description available
Submitted by
Jon Dotsoy
-
10 years ago
1
IPv4 validation using recursion
PCRE (PHP <7.3)
Validate IPv4 addresses using PCRE's recursion patterns.
Submitted by
Captain Haddock
-
10 years ago
1
ipv4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Grab valid LAN IPs
PCRE (PHP <7.3)
no description available
Submitted by
jchd
-
10 years ago
1
multiple IPv4 separated by , or ;
ECMAScript (JavaScript)
no description available
Submitted by
by ab
-
10 years ago
1
Vowel words
ECMAScript (JavaScript)
(!-\~][aeiou)
Submitted by
Ipsita Mohanty
-
10 years ago
1
simple IPv6 check
ECMAScript (JavaScript)
This performs a non-rigorous validation of IPv6 addresses. Should be used before handing off the value to a better parser/validator.
Submitted by
anonymous
-
10 years ago
1
IPV6
PCRE (PHP <7.3)
Check IPV6
Submitted by
anonymous
-
10 years ago
1
iOS Device matcher and parser
PCRE (PHP <7.3)
Matches iOS device names. Groups and example matches: 0: Full device name ("iPhone 6s Plus") 1: Device name+class ("iPad Air") 2: Device name ("iPad") 3: Device class with preceding whitespace (" Mini")...
Submitted by
Ben Leggiero
-
10 years ago
1
format input proj 1 IPP
PCRE (PHP <7.3)
no description available
Submitted by
Roman Ondraszek
-
10 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
1
IPv4 and port (optional) validator
PCRE (PHP <7.3)
no description available
Submitted by
co_Opernicus
-
9 years ago
1
...
6
7
8
9
10
...
13