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



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



.



Relevant Pages

  • Re: how to extract part of HTML page
    ... Hmmm, to me a regex seems a bit overkill here. ... overhead with regex's. ...
    (comp.lang.php)
  • Re: I hope you all are right about subwoofers.....
    ... > Bro, if you are talking home stereo, two of the JBLs is overkill to the ... > you need a woof on both left and right channels, that is overkill at home. ... Your opinion is absolutely correct. ...
    (rec.music.gdead)
  • Re: Only allowing alphanumeric characters and _ and -
    ... but would imagine the difference is approximatly "who cares" ... ... nonetheless I just think of regex's as overkill in many situations where people try to use them. ... Regex is simple code (and if the reader knows regex as a general concept ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Big viewport to print
    ... > TR - OpenGL Tile Rendering Library ... Overkill, in my opinion. ... Prev by Date: ...
    (comp.graphics.api.opengl)
  • Re: how to extract part of HTML page
    ... to me a regex seems a bit overkill here. ... overhead with regex's. ... A preg_matchsuch as those suggested take on my system approx 93 ...
    (comp.lang.php)

Loading