Regular Expressions 101

Community Patterns

Get IP adress from proxy scrapper

0

Regular Expression
PCRE2 (PHP >=7.3)

/
[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}:[0-9]{1,4}
/
gm

Description

Get the IP Address and port from the proxybroker report

"bluet/proxybroker2"

Submitted by anonymous - a year ago