Used to use this basic regexp :
Applied on TRACK, find ^(\d)$ and replace by 0$1
It adds a leading 0 to the track number. I was thinking about enhancing it to apply it only to 1-digit numbers... when I discovered Ctrl+K
:
Cheers,
MLL
According to RevRagnarok's suggestions below, I've made the expression less greedy