Regular Expressions 101

Community Patterns

Parsing of traceroute reporting issue

0

Regular Expression
PCRE (PHP <7.3)

/
^\s*(?P<hop>\d+)\s+(?P<dest>([^*[ ]+))(\s*\[(?P<dest_ip>\d+\.\d+\.\d+\.\d+)\])?\s*reports[:].*
/
g

Description

no description available

Submitted by anonymous - 7 years ago