Regular Expressions

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
CaptRespect

Regular Expressions

Post by CaptRespect »

I need a regular expression to match something like this for java:

EmployerEdit.java:65: cannot resolve symbol

Where the File path is not specified. I have tried a number of expressions and none of them work.
CaptRespect

Re: Regular Expressions

Post by CaptRespect »

nevermind.... I solved it myself after a few hours.

The expression is: ^\([a-zA-Z]*.java\):\([0-9]*\)

File: 1 Line: 2
Post Reply