Rick Klement writes: > Pradeep Sethi wrote: > > > > Hi All, > > > > I want to change date 9/9/1987 to 09/09/1973 > > > > was wondering, what is the most efficient way ? > > > > s/\b\d\b/0$&/g > > (it's the effects of playing a lot of golf lately... :)
Golf?! s|\b\d/|0$&|g --Ala