G
Guest
Hello,
I am trying to use string.split to break up a string into fields. It seems
as though, when using space as a delimiter, the method fails to perform as
desired when more than one space delimits two fields.
Am I interpreting this correctly? In perl, the following string:
"this that and the other thing"
would split into 6 elements. The .NET makes a fields for each space?
Is there a way to handle this (other than regular expressions?)
I am trying to use string.split to break up a string into fields. It seems
as though, when using space as a delimiter, the method fails to perform as
desired when more than one space delimits two fields.
Am I interpreting this correctly? In perl, the following string:
"this that and the other thing"
would split into 6 elements. The .NET makes a fields for each space?
Is there a way to handle this (other than regular expressions?)