Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
Python

r"
^((25[0-5]|(2[0-4]|1\d|[1-9])?\d)(\.(?!$)|$)){4}$
"
gm

Description

Match em um IPv4 vĂ¡lido

Submitted by anonymous - 3 years ago