comparing string patterns in C#

  • Thread starter Thread starter studysession
  • Start date Start date
S

studysession

Guest
Hi -


I am unsure where to start being new to C#. Currently I have a text file with a lot of IP's and Domain name URLs. I want to compare IP's and domain names and put them into two separate lists while keeping the matching ID from the first column.

Do not have any code started at this time. If there is anything I can add to this question to make it more clear, I am happy to do so. Anything I search is not even close to what I am looking for. At times my biggest problem is just knowing what search terms to use to retrieve better results.

Here is a sample of the file I am working with:

311632,maxicollection.us
311631,211.75.103.32
311630,122.175.245.171
311629,pastebin.com
311628,176.113.161.126
311627,72.2.248.221
311577,46.248.193.75
311576,dianrizkisantosa.com
311575,111.40.111.202


Thanks - Keith

Continue reading...
 
Back
Top