Regular Expressions 101

Community Patterns

unity3d.com csharp lint regex

1

Regular Expression
PCRE (PHP <7.3)

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

Description

no description available

Submitted by anonymous - 9 years ago