Click here to Skip to main content
15,911,785 members
Home / Discussions / C#
   

C#

 
AnswerRe: concateing strings in c# Pin
Guffa6-Feb-09 5:54
Guffa6-Feb-09 5:54 
GeneralRe: concateing strings in c# Pin
lawrenceinba6-Feb-09 6:35
lawrenceinba6-Feb-09 6:35 
AnswerRe: concateing strings in c# Pin
Guffa6-Feb-09 6:50
Guffa6-Feb-09 6:50 
GeneralRe: concateing strings in c# Pin
lawrenceinba6-Feb-09 7:02
lawrenceinba6-Feb-09 7:02 
GeneralRe: concateing strings in c# Pin
Guffa6-Feb-09 9:00
Guffa6-Feb-09 9:00 
GeneralRe: concateing strings in c# Pin
lawrenceinba6-Feb-09 9:05
lawrenceinba6-Feb-09 9:05 
GeneralRe: concateing strings in c# Pin
lawrenceinba6-Feb-09 9:12
lawrenceinba6-Feb-09 9:12 
GeneralRe: concateing strings in c# Pin
Guffa6-Feb-09 11:17
Guffa6-Feb-09 11:17 
You have to define what you expect to happen, you change it all the time. You started off with merging single characters, and now you want to separate words by inserting extra spaces also...

For example, how should the delimiters work? Should a space be added after each delimiter, and should that happen all the time or only if there is a single character after it? Does it matter if that single character will be merged with another single character? If there is a single character before a delimiter, should a space be added, and should that happen only if there is another single character to merge it with?

Also, why do you expect the last character in your example to remain a single character eventhough there is another single character before it to merge it with?

Perhaps you should explain what it is that you are actually going to use it for, instead of making up abstract examples.

Regular expressions can be used to a lot of things, but guessing is not one of them... Wink | ;)

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: concateing strings in c# Pin
lawrenceinba6-Feb-09 13:10
lawrenceinba6-Feb-09 13:10 
GeneralRe: concateing strings in c# Pin
lawrenceinba6-Feb-09 9:27
lawrenceinba6-Feb-09 9:27 
QuestionDataAdapter is containing null value Pin
ashish1nov20086-Feb-09 1:08
ashish1nov20086-Feb-09 1:08 
Questionproblem with true type font Pin
prasadbuddhika6-Feb-09 0:53
prasadbuddhika6-Feb-09 0:53 
Questiondata extraction from .mpp file, MS Project not installed. Pin
ajay265816-Feb-09 0:27
ajay265816-Feb-09 0:27 
QuestionSplit CSV Pin
Burim Rama6-Feb-09 0:27
Burim Rama6-Feb-09 0:27 
AnswerRe: Split CSV Pin
musefan6-Feb-09 0:34
musefan6-Feb-09 0:34 
GeneralRe: Split CSV Pin
Burim Rama6-Feb-09 0:36
Burim Rama6-Feb-09 0:36 
QuestionC# Excel RTD server Pin
hirenkshah5-Feb-09 23:57
hirenkshah5-Feb-09 23:57 
AnswerRe: C# Excel RTD server Pin
Rob Philpott6-Feb-09 0:18
Rob Philpott6-Feb-09 0:18 
QuestionData grid combo box items in windows application Pin
pavanip5-Feb-09 23:35
pavanip5-Feb-09 23:35 
Questiontab key in a textbox Pin
felixdisc5-Feb-09 23:15
felixdisc5-Feb-09 23:15 
AnswerRe: tab key in a textbox Pin
OkkiePepernoot5-Feb-09 23:25
OkkiePepernoot5-Feb-09 23:25 
GeneralRe: tab key in a textbox Pin
felixdisc5-Feb-09 23:30
felixdisc5-Feb-09 23:30 
Questionwindows service created in 2005 .net is not running in vista Pin
arun_pk5-Feb-09 23:00
arun_pk5-Feb-09 23:00 
AnswerRe: windows service created in 2005 .net is not running in vista Pin
musefan6-Feb-09 0:31
musefan6-Feb-09 0:31 
GeneralRe: windows service created in 2005 .net is not running in vista Pin
arun_pk6-Feb-09 0:34
arun_pk6-Feb-09 0:34 

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.