Regular Expressions 101

Community Patterns

1

REGEX

Python
no description available
Submitted by anonymous - 9 years ago
1

IPv4 extraction

Python
no description available
Submitted by Jacob - 10 years ago
1

Address Match

Python
no description available
Submitted by Awk - 8 years ago
-1

woop

Python
no description available
Submitted by anonymous - 9 years ago

Get ip address (only ipv4) Validator

0

Regular Expression
.NET (C#)

@"
(?:(?:[a-f0-9]*)?:){1,7}[a-f0-9]*|(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)
"
gmi

Description

Loading markdown...
Submitted by Mr.Tang - 9 months ago
(Last modified 9 months ago)