Community Patterns

Community Library Entry

1

Regular Expression
Created·2014-10-08 18:18
Flavor·PCRE (Legacy)

/
^ (?P<filename>.+\.cs) \( (?P<line>\d+) , (?P<col>\d+) \):\040 (?P<level>\w+) \040 (?P<error>.+)
/
igx
Open regex in editor

Description

no description available

Submitted by anonymous