Regular Expressions 101

Community Patterns

Find a IPV4

-2

Regular Expression
ECMAScript (JavaScript)

/
([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})
/
g

Description

no description available

Submitted by Jon Dotsoy - 9 years ago