Click here to Skip to main content
15,886,788 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to launch an executable Pin
Mark Sanders30-Jan-03 3:12
Mark Sanders30-Jan-03 3:12 
Generalprblem with page.navigate Pin
bindu_harve29-Jan-03 8:49
bindu_harve29-Jan-03 8:49 
GeneralSecurity Issue HELP !!! ... Pin
Dato29-Jan-03 7:49
Dato29-Jan-03 7:49 
GeneralRe: Security Issue HELP !!! ... Pin
Paul Riley29-Jan-03 8:23
Paul Riley29-Jan-03 8:23 
GeneralRe: Security Issue HELP !!! ... Pin
leppie29-Jan-03 8:25
leppie29-Jan-03 8:25 
GeneralRe: Security Issue HELP !!! ... Pin
Dato29-Jan-03 12:18
Dato29-Jan-03 12:18 
GeneralRegex help Pin
Ed K29-Jan-03 7:20
Ed K29-Jan-03 7:20 
GeneralRe: Regex help Pin
JanZ29-Jan-03 7:49
JanZ29-Jan-03 7:49 
Hi,

use the System.Text.RegularExpression-Namespace

string reg = "^(<group1>.*?),(<group2>.*?),\"(<group3>.*?)\",(<group4>.*?)";
Match m = Regex.Match("BT2921893081,071200000006,\"Duck, Donald\",539485988", reg);
U can now find all matches in "m". i.e. m.Groups["group1"]
Hope it works, i have not tested any piece of the code snipped.

Greating, Jan

GeneralRe: Regex help - more detail! Pin
Ed K29-Jan-03 8:25
Ed K29-Jan-03 8:25 
GeneralRe: Regex help Pin
perlmunger30-Jan-03 8:19
perlmunger30-Jan-03 8:19 
GeneralYou gotta be kiddin me Pin
antoine@orchus-tech29-Jan-03 7:13
antoine@orchus-tech29-Jan-03 7:13 
GeneralRe: You gotta be kiddin me Pin
matthias s.29-Jan-03 9:11
matthias s.29-Jan-03 9:11 
GeneralRe: You gotta be kiddin me Pin
antoine@orchus-tech29-Jan-03 11:26
antoine@orchus-tech29-Jan-03 11:26 
GeneralRe: You gotta be kiddin me Pin
matthias s.29-Jan-03 18:17
matthias s.29-Jan-03 18:17 
General.NET AutoUpdate Pin
Jonathan Austin29-Jan-03 6:48
Jonathan Austin29-Jan-03 6:48 
GeneralRe: .NET AutoUpdate Pin
Paul Ingles29-Jan-03 14:55
Paul Ingles29-Jan-03 14:55 
GeneralRe: .NET AutoUpdate Pin
Jonathan Austin29-Jan-03 14:59
Jonathan Austin29-Jan-03 14:59 
GeneralIcons desktop position Pin
zedust_fr29-Jan-03 5:12
zedust_fr29-Jan-03 5:12 
GeneralCasting Types! Or Not :( Pin
FruitBatInShades29-Jan-03 2:51
FruitBatInShades29-Jan-03 2:51 
GeneralRe: Casting Types! Or Not :( Pin
Philip Fitzsimons29-Jan-03 3:35
Philip Fitzsimons29-Jan-03 3:35 
GeneralRe: Casting Types! Or Not :( Pin
FruitBatInShades29-Jan-03 3:40
FruitBatInShades29-Jan-03 3:40 
GeneralRe: Casting Types! Or Not :( Pin
Philip Fitzsimons29-Jan-03 3:43
Philip Fitzsimons29-Jan-03 3:43 
GeneralRe: Casting Types! Or Not :( Pin
Richard Deeming29-Jan-03 4:46
mveRichard Deeming29-Jan-03 4:46 
QuestionHow to convert a C# project into an UML diagram Pin
Frankie Leung28-Jan-03 20:42
Frankie Leung28-Jan-03 20:42 
AnswerRe: How to convert a C# project into an UML diagram Pin
Philip Fitzsimons29-Jan-03 3:36
Philip Fitzsimons29-Jan-03 3:36 

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.