Click here to Skip to main content
16,014,608 members
Home / Discussions / C#
   

C#

 
QuestionDelimeters to split strings Pin
gamer11275-Aug-09 18:19
gamer11275-Aug-09 18:19 
AnswerRe: Delimeters to split strings Pin
dan!sh 5-Aug-09 18:27
professional dan!sh 5-Aug-09 18:27 
GeneralRe: Delimeters to split strings Pin
gamer11276-Aug-09 0:11
gamer11276-Aug-09 0:11 
AnswerRe: Delimeters to split strings Pin
Luc Pattyn5-Aug-09 23:50
sitebuilderLuc Pattyn5-Aug-09 23:50 
GeneralRe: Delimeters to split strings Pin
gamer11276-Aug-09 0:47
gamer11276-Aug-09 0:47 
GeneralRe: Delimeters to split strings Pin
Luc Pattyn6-Aug-09 0:53
sitebuilderLuc Pattyn6-Aug-09 0:53 
GeneralRe: Delimeters to split strings Pin
gamer11276-Aug-09 1:07
gamer11276-Aug-09 1:07 
AnswerRe: Delimeters to split strings Pin
Luc Pattyn6-Aug-09 1:14
sitebuilderLuc Pattyn6-Aug-09 1:14 
gamer1127 wrote:
Is there a way without using regex class?


Of course there is. Regex is a tool, a non-essential tool. Anything you can do with a Regex, you can do without Regex too. It will take more code, it may or may not be more readable, and chances are it will be faster without Regex. See this test[^].

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: Delimeters to split strings Pin
gamer11276-Aug-09 1:31
gamer11276-Aug-09 1:31 
GeneralRe: Delimeters to split strings Pin
Luc Pattyn6-Aug-09 1:42
sitebuilderLuc Pattyn6-Aug-09 1:42 
GeneralRe: Delimeters to split strings Pin
gamer11276-Aug-09 4:15
gamer11276-Aug-09 4:15 
GeneralRe: Delimeters to split strings Pin
Luc Pattyn6-Aug-09 4:32
sitebuilderLuc Pattyn6-Aug-09 4:32 
GeneralRe: Delimeters to split strings Pin
gamer11276-Aug-09 5:15
gamer11276-Aug-09 5:15 
AnswerRe: Delimeters to split strings Pin
PIEBALDconsult6-Aug-09 12:36
mvePIEBALDconsult6-Aug-09 12:36 
QuestionSetup in C# Pin
Iftikharulhassan5-Aug-09 17:45
Iftikharulhassan5-Aug-09 17:45 
AnswerRe: Setup in C# Pin
Christian Graus5-Aug-09 17:54
protectorChristian Graus5-Aug-09 17:54 
AnswerRe: Setup in C# Pin
Cracked-Down5-Aug-09 19:34
Cracked-Down5-Aug-09 19:34 
QuestionApplication version help please... Pin
JollyMansArt5-Aug-09 16:27
JollyMansArt5-Aug-09 16:27 
AnswerRe: Application version help please... Pin
Christian Graus5-Aug-09 16:31
protectorChristian Graus5-Aug-09 16:31 
GeneralRe: Application version help please... Pin
JollyMansArt5-Aug-09 19:11
JollyMansArt5-Aug-09 19:11 
AnswerRe: Application version help please... Pin
Dougie the P5-Aug-09 16:53
professionalDougie the P5-Aug-09 16:53 
GeneralRe: Application version help please... Pin
JollyMansArt5-Aug-09 19:14
JollyMansArt5-Aug-09 19:14 
AnswerRe: Application version help please... Pin
mustang865-Aug-09 19:13
mustang865-Aug-09 19:13 
GeneralRe: Application version help please... Pin
JollyMansArt5-Aug-09 19:25
JollyMansArt5-Aug-09 19:25 
GeneralRe: Application version help please... Pin
mustang865-Aug-09 21:24
mustang865-Aug-09 21:24 

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.