Regular Expressions 101

Community Patterns

IP:Port

1

Regular Expression
PCRE (PHP <7.3)

/
(((1[0-9]{2})|(2[0-5]{2})|[0-9]{1,2})\.){3}(((1[0-9]{2})|(2[0-5]{2})|[0-9]{1,2})):(\d{5})
/
g

Description

no description available

Submitted by anonymous - 8 years ago