Regular Expressions 101

Community Patterns

5

ipv6

PCRE (PHP <7.3)
Match an ipv6 address
Submitted by Frusty - 8 years ago
9

only numbers

PCRE (PHP <7.3)
A string with only numbers in
Submitted by Gotts - 8 years ago
4

Phone number

PCRE (PHP <7.3)
no description available
Submitted by Mark Landry - 8 years ago
3

Cisco ASA

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
3

hj

PCRE (PHP <7.3)
hj
Submitted by hj - 8 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 - 10 months ago
(Last modified 10 months ago)