I need help creating a regular expression that will parse the following string :
09-22-11 12:58:40 SEVERE ...ractBlobAodCommand:104 - IllegalStateException: version:1316719189017 not found in recent history Dump: /data1/aafghani/dev/devamir/logs/dumps/22i125840.dump
The most difficult part for me is parsing out the date. I’m not really an expert on Java regular expressions – any help is appreciated.
This is one solution using a regular expression.
Output