I'm trying to use regular expressions to parse text like this:
'''ErrorID: 951574305
Time: Mon Apr 25 16:01:34 CEST 2011
URL: /documents.do
HttpCode: null
Error: class java.lang.NullPointerException: null'''
Where keywords ErrorID: , Time: , URL: are always the same and I need to search for them. How do I parse this text?