Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-04-16 11:21
Flavor·PCRE (Legacy)

/
(^[0-9]|^[1][0-9]|^[1][0-9][0-9]|^[2][0-9]|^[2][0-4][0-7])\.([0-9]|[1][0-9]|[1][0-9][0-9]|[2][0-9]|[2][0-9][0-5])\.([0-9]|[1][0-9]|[1][0-9][0-9]|[2][0-9]|[2][0-9][0-5])\.([0-9]$|[1][0-9]$|[1][0-9][0-9]$|[2][0-9]$|[2][0-9][0-5]$)
/
gm
Open regex in editor

Description

no description available

Submitted by anonymous