Regular Expressions 101

Community Patterns

1

html <Title>

Java 8
htnle
Submitted by erichologist - 4 months ago

IPv4 Address Match

-1

Regular Expression
ECMAScript (JavaScript)

/
^((1?[\d]?[\d]|2([0-4][\d]|5[0-5]))[.]){3}(1?[\d]?[\d]|2([0-4][\d]|5[0-5]))$
/
g

Description

Loading markdown...
Submitted by jimbrig - 5 months ago