regex split ascii pipe |

  1. R

    B4J Question Parsing ASCII Text With Regex.Split()

    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)...
Top