Click here to Skip to main content
15,885,029 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using strings to name an object Pin
Expert Coming8-Sep-05 13:21
Expert Coming8-Sep-05 13:21 
GeneralRe: Using strings to name an object Pin
Christian Graus8-Sep-05 13:23
protectorChristian Graus8-Sep-05 13:23 
GeneralRe: Using strings to name an object Pin
Expert Coming8-Sep-05 13:26
Expert Coming8-Sep-05 13:26 
GeneralRe: Using strings to name an object Pin
Christian Graus8-Sep-05 13:34
protectorChristian Graus8-Sep-05 13:34 
QuestionModify a c# string passed in c++.net function Pin
firefoxrabbit8-Sep-05 9:29
firefoxrabbit8-Sep-05 9:29 
AnswerRe: Modify a c# string passed in c++.net function Pin
John Fisher8-Sep-05 9:50
John Fisher8-Sep-05 9:50 
GeneralRe: Modify a c# string passed in c++.net function Pin
surfman198-Sep-05 10:11
surfman198-Sep-05 10:11 
Questionregex problem Pin
surfman198-Sep-05 8:53
surfman198-Sep-05 8:53 
<br />
Regex regex = new Regex(@"(?>\w|\d|\s|\B)[^;]+"); <br />
<br />
my input:<br />
matchCollectionReceivers = regex.Matches("Gerald...'§'ö3 Hello; Mike; Fuxxe123_10");<br />
<br />
output: array[0] = "Gerald...'§'ö3 Hello";<br />
        array[1] = " Mike";<br />
                    |------- here is a space...i dont like that!<br />
        arrey[2] = " Fuxxe123_10";<br />
<br />
<br />
Regex regex = new Regex(@"(?>\w|\d|\s|\B)[^; ]+"); <---- don't work!?<br />


how can i say all characters but without "; " ?

cu
AnswerRe: regex problem Pin
User 66588-Sep-05 9:13
User 66588-Sep-05 9:13 
GeneralRe: regex problem Pin
User 66588-Sep-05 9:20
User 66588-Sep-05 9:20 
GeneralRe: regex problem Pin
surfman198-Sep-05 9:35
surfman198-Sep-05 9:35 
GeneralRe: regex problem Pin
User 66588-Sep-05 9:51
User 66588-Sep-05 9:51 
GeneralRe: regex problem Pin
surfman198-Sep-05 10:01
surfman198-Sep-05 10:01 
GeneralRe: regex problem Pin
User 66588-Sep-05 10:11
User 66588-Sep-05 10:11 
GeneralRe: regex problem Pin
surfman198-Sep-05 10:21
surfman198-Sep-05 10:21 
GeneralRe: regex problem Pin
User 66588-Sep-05 10:24
User 66588-Sep-05 10:24 
GeneralRe: regex problem Pin
User 66588-Sep-05 10:33
User 66588-Sep-05 10:33 
GeneralRe: regex problem Pin
surfman198-Sep-05 11:27
surfman198-Sep-05 11:27 
GeneralRe: regex problem Pin
User 66588-Sep-05 11:37
User 66588-Sep-05 11:37 
Question.cpp and .h files Pin
DaveC4269138-Sep-05 8:53
DaveC4269138-Sep-05 8:53 
AnswerRe: .cpp and .h files Pin
Alex Korchemniy8-Sep-05 9:09
Alex Korchemniy8-Sep-05 9:09 
GeneralRe: .cpp and .h files Pin
DaveC4269138-Sep-05 10:04
DaveC4269138-Sep-05 10:04 
AnswerRe: .cpp and .h files Pin
Christian Graus8-Sep-05 12:29
protectorChristian Graus8-Sep-05 12:29 
QuestionRemote Desktop like component Pin
Steve McLenithan8-Sep-05 8:03
Steve McLenithan8-Sep-05 8:03 
AnswerRe: Remote Desktop like component Pin
Alex Korchemniy8-Sep-05 8:49
Alex Korchemniy8-Sep-05 8:49 

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.