G
Guest
Hello,
I have a log file that looks something like this
ABCDEF ddfs adasd
A BRE asdd asd dfddf
EROI DFIOU eeroo
B BRE errt ssdrr
AAA eIR DFDF
C BRE AAA asdd
All lines are seperated by NEWLINE (\r\n) I want to extract lines that start
with BRE all the way to the end of the line and put them into a collection or
an array. So in this case I want line 2,4,6
Does any of you RegularExpressions gurus have an idea?
Thank you
I have a log file that looks something like this
ABCDEF ddfs adasd
A BRE asdd asd dfddf
EROI DFIOU eeroo
B BRE errt ssdrr
AAA eIR DFDF
C BRE AAA asdd
All lines are seperated by NEWLINE (\r\n) I want to extract lines that start
with BRE all the way to the end of the line and put them into a collection or
an array. So in this case I want line 2,4,6
Does any of you RegularExpressions gurus have an idea?
Thank you