Regular Expressions 101

Community Patterns

CEF Pipe and Space Delimited Data

1

Regular Expression
PCRE (PHP <7.3)

/
(?:^(?:[^|]*\|){7}\s)?([^=]+)=((?:\\\\=|[^=])+)(?:\s|$)
/
g

Description

no description available

Submitted by anonymous - 10 years ago