Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-02-06 16:00
Flavor·Python

r"
(?:(?P<Port>\w+(?:(?:[\/]\d)?)+(?:(?:[.]\d)?)+)\s+(?P<Name>[\w_\/]+)?\s+(?P<Status>\w+)\s+(?P<Vlan>\w+)\s+(?P<Duplex>\w+)\s+(?P<Speed>\w+)\s+(?P<Type>[\w\-]+)(?:\s+)?)
"
gm
Open regex in editor

Description

no description available

Submitted by anonymous