Regular Expressions 101

Community Library

Community Library Entry

3

Regular ExpressionOpen Workspace

/
(?:([^:,\s]+):\s+([^:\n]+)|\G(?!\A))\s*at\s+(\S+)\((\w+\.\w+):(\d+)\)$
/
gm

Description
Created·2015-11-10 08:51
Type·Match
Flavor·PCRE (Legacy)

Exception Message:

java.lang.NullPointerException: Sample Java Logback Exception at Sample.errorLevel3(Sample.java:35) at Sample.errorLevel2(Sample.java:31) at Sample.errorLevel1(Sample.java:27) at Sample.main(Sample.java:15)

Submitted by Amit
Open Workspace