Click here to Skip to main content
15,919,613 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Generalcompact framework Pin
CSharpDavid24-Jul-03 10:45
CSharpDavid24-Jul-03 10:45 
Generalregex Pin
Iulian Serban23-Jul-03 1:10
Iulian Serban23-Jul-03 1:10 
GeneralRe: regex Pin
Philip Fitzsimons23-Jul-03 6:05
Philip Fitzsimons23-Jul-03 6:05 
GeneralImage lost in TreeView using Application.EnableVisualStyles(); Pin
EastDragon22-Jul-03 21:08
EastDragon22-Jul-03 21:08 
QuestionIs there a Delphi like Application.ProcessMessages? Pin
EastDragon22-Jul-03 20:40
EastDragon22-Jul-03 20:40 
AnswerRe: Is there a Delphi like Application.ProcessMessages? Pin
apferreira23-Jul-03 2:16
apferreira23-Jul-03 2:16 
GeneralRelative Virtual Addressing Pin
Profox Jase22-Jul-03 1:23
Profox Jase22-Jul-03 1:23 
GeneralUppercase a substitution in regexp Pin
Ian Darling22-Jul-03 0:42
Ian Darling22-Jul-03 0:42 
I'm writing a UK Postcode regular expression, and I have the parsing down to something suitable (handling BFPO separately):

(?<Region>[a-zA-Z]{1,2}\d{1,2}).*?(?<Street>\d{1}[a-zA-Z]{2})

And an output of

${Region} ${Street}

This is fine, but I could really do with uppercasing the region and street. Looking around, there are \U and \E tags that do uppercasing in the matching expression, but these don't appear to be supported in the .NET implementation.

Anyone know how I can uppercase the output, either in the match or output expressions? Or am I stuck with uppercasing the string before or after the matching?

--
Ian Darling
GeneralRe: Uppercase a substitution in regexp Pin
Daniel Turini28-Jul-03 4:01
Daniel Turini28-Jul-03 4:01 
GeneralRe: Uppercase a substitution in regexp Pin
Ian Darling28-Jul-03 4:16
Ian Darling28-Jul-03 4:16 
QuestionHow to launch a program? Pin
EastDragon21-Jul-03 16:47
EastDragon21-Jul-03 16:47 
AnswerRe: How to launch a program? Pin
apferreira22-Jul-03 4:00
apferreira22-Jul-03 4:00 
GeneralPrinting a DataGrid Pin
Mike Osbahr21-Jul-03 2:53
Mike Osbahr21-Jul-03 2:53 
GeneralDynamic Image in Crystal Reports Pin
D.D. de Kerf21-Jul-03 2:35
D.D. de Kerf21-Jul-03 2:35 
QuestionHow can I do the FindFile using the .Net Framework? Pin
EastDragon20-Jul-03 21:19
EastDragon20-Jul-03 21:19 
AnswerRe: How can I do the FindFile using the .Net Framework? Pin
J. Dunlap20-Jul-03 21:42
J. Dunlap20-Jul-03 21:42 
GeneralLibrary College .NET Platform Pin
antiukdw19-Jul-03 8:28
antiukdw19-Jul-03 8:28 
GeneralRe: Library College .NET Platform Pin
Nick Parker19-Jul-03 8:34
protectorNick Parker19-Jul-03 8:34 
General.NET Windows.Forms programs on Linux Pin
Nathan Brown18-Jul-03 14:03
Nathan Brown18-Jul-03 14:03 
GeneralRe: .NET Windows.Forms programs on Linux Pin
Heath Stewart18-Jul-03 22:26
protectorHeath Stewart18-Jul-03 22:26 
GeneralRe: .NET Windows.Forms programs on Linux Pin
Nathan Brown18-Jul-03 22:59
Nathan Brown18-Jul-03 22:59 
GeneralRe: .NET Windows.Forms programs on Linux Pin
Heath Stewart20-Jul-03 5:45
protectorHeath Stewart20-Jul-03 5:45 
GeneralRe: .NET Windows.Forms programs on Linux Pin
igor196021-Jul-03 12:37
igor196021-Jul-03 12:37 
GeneralRe: .NET Windows.Forms programs on Linux Pin
Heath Stewart21-Jul-03 16:57
protectorHeath Stewart21-Jul-03 16:57 
GeneralRe: .NET Windows.Forms programs on Linux Pin
jparsons24-Jul-03 15:10
jparsons24-Jul-03 15:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.