Regular Expressions 101

Community Patterns

click_error

1

Regular Expression
PCRE (PHP <7.3)

/
-*\nRuntime error\n*User: (?<User>\w.+)\nDomain: (?<Domain>\w.+)\nURI: (?<uri>\/?\w.+)\nReferer: (?<referer>\w.+)\nAgent: (?<agent>\w.+)\n.+\n.+\nweb.Server Traceback \(most recent call last\):\n(?<trace>.(.|\n)*)
/

Description

no description available

Submitted by anonymous - 8 years ago