Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-12-01 17:46
Flavor·Python

r"
((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])\.){3}(25[0-4]|2[0-4][0-9]|1[0-9][0-9]|[0-9]?[1-9])
"
gm
Open regex in editor

Description

Valid ip addreses

Submitted by anonymous