Re: How to change the first character of Dim variable names to upper case
- From: "Michel Posseth [MCP]" <MSDN@xxxxxxxxxxx>
- Date: Mon, 12 Nov 2007 07:15:06 +0100
in the ide`s find and replace dialog , there is the option to use Regex ,
although in my opinion it is a bit overkill for what you want to acomplish a
simple "clasic" find and replace will probably do the job much faster and
easier
also note that the dialect used in the IDE is slightly different :-(
http://www.codinghorror.com/blog/archives/000633.html
regards
Michel
"Academia" <academiaNOSPAM@xxxxxxxxxx> schreef in bericht
news:OOHBrBOJIHA.1168@xxxxxxxxxxxxxxxxxxxxxxx
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
.
- Follow-Ups:
- References:
- Prev by Date: Re: ProgressBar Incrementation
- Next by Date: Numbers & Numbers
- Previous by thread: How to change the first character of Dim variable names to upper case
- Next by thread: Re: How to change the first character of Dim variable names to upper case
- Index(es):
Relevant Pages
|
Loading