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 100 community submitted regex patterns...
0
IPv4 address from text
Python
Found in here, stackoverflow url.
Submitted by
anonymous
-
4 years ago
0
IPv4 non zero first and last octet
PCRE2 (PHP >=7.3)
When validating an IPv4 address I often have to reject devices that the first and last octet are 0.
Submitted by
John Cutburth
-
4 years ago
0
Validate proper formating for a single short hostanme or DNS FQDN or IPv4 address
PCRE (PHP <7.3)
Accepts: Valid IPv4: 127.0.0.1 192.168.1.1 192.168.1.255 192.168.255.255...
Submitted by
anonymous
-
5 years ago
-1
ip4/ip6 capture
PCRE (PHP <7.3)
regex to capture ip4/ip6 addresses with named capture groups. The Following features are included: PHP and python support ip4 byte size check (ensures byte can't exceed 255) ip6 checks if hex characters are valid uses a negative lookbehind to check if the ip is a word on its own...
Submitted by
Meryo
-
5 years ago
0
ipv4
PCRE2 (PHP >=7.3)
Find ipv4 addresses
Submitted by
anon
-
3 years ago
0
IPV4 Grabber
PCRE2 (PHP >=7.3)
This expression grabs any IPV4 address from any text, any time, anywhere. Hopefully.
Submitted by
Ricardo Chica
-
3 years ago
(Last modified 3 years ago)
0
IP Address Validator
Java 8
Validates IPv4 Address for Java
Submitted by
krzysp, jpalvesloiola
-
3 years ago
0
IPv4 input field validator
PCRE (PHP <7.3)
Use It for partial/complete IPv4 address input text checking. OK examples: 19 / 192. / 192.168.1 / 192.168.1.1 / 0.0.0.0 KO examples: 1A / 01 / 192.168..1
Submitted by
José Luis García Morillo
-
3 years ago
0
IP Addresses
PCRE (PHP <7.3)
This Regex finds IPv4 addresses
Submitted by
anonymous
-
7 years ago
-1
IP6 Validator Address (Simple)
PCRE2 (PHP >=7.3)
Short form validation of an IP6 address Less complex than other examples I have seen around
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
ipv4 addresses
Python
Valid ip addreses
Submitted by
anonymous
-
3 years ago
0
IPv4 Address Validation Regex
Golang
IPv4 Address Validation Regex
Submitted by
ulgena
-
3 years ago
(Last modified 3 years ago)
1
...
3
4
5