Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-13 05:53
Flavor·PCRE2 (PHP)

/
^([^\]]+)]\s(?<Warning>.*)\suser:\s(?<user>[^ ]*)\s([^\(]*)\((?<message>[\w\s]*)\)
/
gm
Open regex in editor

Description

extracting Warning , User and Message fileds

Submitted by anonymous