Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-11-07 07:39
Flavor·Python

r"
(?:^|\b(?<!\.))(?:1?\d?\d|2[0-4]\d|25[0-5])(?:\.(?:1?\d?\d|2[0-4]\d|25[0-5])){3}(?=$|[^\w.])
"
gm
Open regex in editor

Description

Found in here, stackoverflow url.

Submitted by anonymous