Welcome to Geekdojo Sign in | Join | Help

Monday, March 22, 2004 - Posts

String.Split(string) ??

In .NET 1.1, String.Split(..) only accepts char datatype as a delimiter/separator. What if I want to split based on a string ? like “ as “ (read as as with a single space before and after). I couldn't find any quick solution so I came up with
posted by richardhsu | 4 Comments
Filed Under: