Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-05-09 11:28
Flavor·PCRE (Legacy)

/
(?P<time>\d{4}-\d{2}-\d{2}\s*\d{2}:\d{2}:\d{2})\s*(?P<user>[^\s]*)\s*(?P<url>[^\s]+)\s*(?|(?P<log_msg>.*)\s*(?P<stack_trace>Stack trace:.*)|(?P<log_msg>.*))
/
g
Open regex in editor

Description

no description available

Submitted by anonymous