Thanks! Can you tell me, is there any book to learn such tricks?You could do that with a fairly simple wildcard Find/Replace, where:
Find = <([0-9]{1,2})([0-9]{2})>
Replace = \1:\2
If you have other 3-4 digit numbers (e.g. years, numbers with thousands separators), I recommend not using ReplaceAll.