Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-09-05 06:32
Flavor·ECMAScript (JavaScript)

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

Description

no description available

Submitted by anonymous