I am looking for someone that might be able to help with the use of Regex and VB.Net.
I am familiar with regex but not using it in VB Net.
What I am trying to do is to read in from a file (.txt) with each name separated by a pipe (|).
I want to read in the entire file line by line then display each name in a combo box on its on line.
Open a file and reading from it is not a problem.
Parsing it or splitting it is where I am having the problems.
Can someone help with regex?
