Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-12-11 18:37
Flavor·Python

r"
\s*(?P<IP>(\d{1,3}\.?){4})\s+(?P<MAC>\S+)\s+(?P<TYPE>\w+)
"
gm
Open regex in editor

Description

Разбивает на части вывод команды arp -a

Submitted by baldateg