Community Patterns

Community Library Entry

0

Regular Expression
Created·2014-08-31 15:40
Flavor·Python

r"
(lease\s(?P<ip>[0-9\.]+)\s{.+})
"
ms
Open regex in editor

Description

I need to group each "lease" on its own and I must be missing something :(

Submitted by cereal