How to change the first character of Dim variable names to upper case



I want to search for Dim [a-z] and replace it with Dim [A-Z]

That is, I want to change the first character of Dim variable names to upper
case.

I can't figure know to use Regular Expression to do that.

Is it possible?


Thanks


.