Regular Expressions 101

Community Patterns

re_ip

1

Regular Expression
PCRE (PHP <7.3)

/
(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?):\d*
/
gm

Description

match IP:port in text

Submitted by anonymous - 3 years ago