Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-08-16 03:11
Flavor·PCRE (Legacy)

/
([a-zA-Z0-9\-_\.]+):([0-9]{1,5})
/
gm
Open regex in editor

Description

simple ip:port or host:port parser capturing ip or host and port, usually used for proxy lists

Submitted by The Voider