In message
<d1d7356b80a8f64c89977a9b0c4961180db7a...@msgexsil1115.ent.wfb.bank.
corp>, [email protected] writes:

>Is there a good resource to demonstrate how to match more complex patterns?

There are a few advanced books on perl regular expressions, but any
book on perl regular expressions should work.

>I need to match this pattern and I'm stumped.
>
>[org.apache.catalina.startup.Catalina] Server startup in 44 ms


What's wrong with something like:

  \[org\.apache\.catalina\.startup\.Catalina\] Server startup in ([0-9]+) ms


Assuming you want to measure the startup time?

--
                                -- rouilj
John Rouillard
===========================================================================
My employers don't acknowledge my existence much less my opinions.

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Simple-evcorr-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to