V
Vjay77
Hi,
there is one more problem I'd need your help with.
I have log file with line like this one:
3/2/2004 12:09:31 AM - ( 52400) +OK Mailbox locked and ready
there is one more problem I'd need your help with.
I have log file with line like this one:
3/2/2004 12:09:31 AM - ( 52400) +OK Mailbox locked and ready
Code:
I need to extract the number between brackets, i this case it would be
:52400
Text outside of brackets might change so it could be easily something
like this:
[code]
3/12/2004 01:09:31 AM - ( 52400) Adding address to POP Before SMTP
manager
[code]
or like this:
[code]
3/2/2004 12:09:30 AM - ( 52400) START
[code]
Is there any way to extract the number between brackets?
Thanks a lot.
vjay