I've an application log whith timestamps from 01-24 (instead of 00-23), I'm trying to do a search and replace "24" with "00" eg
15.03.2012 24:59:58 - SIRENG INFO com.app.funnction.info
15.03.2012 01:01:02 - SIRENG INFO com.app.funnction.moreinfo
Should return
15.03.2012 00:59:58 - SIRENG INFO com.app.funnction.info
15.03.2012 01:01:02 - SIRENG INFO com.app.funnction.moreinfo
So far i've got
([0-9+]+).([0-9]+).([0-9\.$]+) ([0-9]+):([0-9]+):([0-9]+)