I just ran into a rather annoying problem whilst trying to parse some text data files. Each record has ASCII text fields delimited on each line by the ASCII pipe symbol '|'.
Dim Crowd As String = "Joe Bloggs|Alan Smith|George Brown"
Dim People() As String = Regex.Split(".", Crowd)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.