I was hoping I could use "^$^Title" instead of "\r\n\r\nTitle", but that doesn't fly (and rightly so). Also I wasn't sure if "\r\n" would work on unix text files. Is there a more generic way I could ...
I'm making a program with vb.net that reads a text file, follows it as new lines are added, and most likely use a regex against each line and place matches in a list view since i need columns. I have ...