Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-06-01 13:25
Flavor·PCRE (Legacy)

/
(?:(?:(?:2[0-5]{2}(?:\.|$))|(?:1?[0-9]{1,2}(?:\.|$)))){4}
/
gm
Open regex in editor

Description

Finy any IP address from 0.0.0.0 to 255.255.255.255.

Submitted by anonymous