|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
regular expression used to conver to upper casecan't find it. Maybe it can't be done. In the IDE editors find/replace I want to use regular expression to change the first letter after "Dim " to lower case. e.g Dim Tmp to Dim tmp can you show me the replace string. I believe the Find string is: Dim {[a-z]} correct? and the replace string is someting like Dim \1 which changes nothing so it needs someting after the \1 to cause the conversion to upper case. Thanks Franky,
Why don't you try it? Cor Show quoteHide quote " Franky" <frankieNOSPAM@a-znet.com> schreef in bericht news:%232fmPdyIHHA.2312@TK2MSFTNGP02.phx.gbl... > This should be easy to find but I've been looking and looking at the doc > and can't find it. Maybe it can't be done. > > In the IDE editors find/replace I want to use regular expression to change > the first letter after "Dim " to lower case. > > e.g Dim Tmp to Dim tmp > > can you show me the replace string. > > I believe the Find string is: Dim {[a-z]} > > correct? > > and the replace string is someting like > > Dim \1 > > which changes nothing so it needs someting after the \1 to cause the > conversion to upper case. > > > Thanks > try what?
I have tried various things. Seems I saw < someplace means upper case in a different OS but it didn't work for me. Show quoteHide quote "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message news:O$CX6zyIHHA.3872@TK2MSFTNGP06.phx.gbl... > Franky, > > Why don't you try it? > > Cor > > " Franky" <frankieNOSPAM@a-znet.com> schreef in bericht > news:%232fmPdyIHHA.2312@TK2MSFTNGP02.phx.gbl... >> This should be easy to find but I've been looking and looking at the doc >> and can't find it. Maybe it can't be done. >> >> In the IDE editors find/replace I want to use regular expression to >> change the first letter after "Dim " to lower case. >> >> e.g Dim Tmp to Dim tmp >> >> can you show me the replace string. >> >> I believe the Find string is: Dim {[a-z]} >> >> correct? >> >> and the replace string is someting like >> >> Dim \1 >> >> which changes nothing so it needs someting after the \1 to cause the >> conversion to upper case. >> >> >> Thanks >> > >
business layer, data access layer , presentation layer for asp.net using C#.net
Convert OEM to Unicode Dynamically load a form Raising an event from a user control Changing file name Determine if app fails... Detect Multiple Keystrokes? Inherited form Name from Base How to manage a exception in a Aplications Borderless Form |
|||||||||||||||||||||||