Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-09-03 18:54
Flavor·PCRE (Legacy)

/
^(?<First>25[0-5]|2[04]\d|[0-1]\d{2}|\d{1,2})\.
/
gmix
Open regex in editor

Description

Matches a string of digits between 0 and 255.

Submitted by anonymous