Regular Expressions 101

Community Patterns

perl

1

Regular Expression
PCRE (PHP <7.3)

/
^(\w+)\s+(\w+)\s([\w-:]+)\s+([\w-]+)\s+(?P<process>[\w-]+)(\[.*\]:|:)
/

Description

no description available

Submitted by anonymous - 8 years ago