Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-02-04 19:48
Flavor·Python

r"
(?P<type>ENNI)(?:::)(?P<ip>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|_)?(?:::)(?P<desc>[\w#()/-]*)?
"
gm
Open regex in editor

Description

no description available

Submitted by anonymous