var str = "20-12-2013. Все бухают. 21-12-2013. Все умерли."; alert(str.replace(/(\d\d-\d\d-)(\d{4})/g, function(substr, a, b) {return a+(b-1)}))