Regular Expressions 101

Community Patterns

valid - IPv4

0

Regular Expression
Python

r"
^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])$
"
g

Description

no description available

Submitted by tpons - 6 years ago