Search found 1 match

by sowsam
Wed Jun 18, 2008 8:18 pm
Forum: General
Topic: Search and Mark lines for word matches from a CSV file
Replies: 1
Views: 335

Search and Mark lines for word matches from a CSV file

Hello Textpad users,

I have a text file and I have a CSV file.

I want to mark all lines in the text file with search matches from the CSV file.

Example:
text file has
ABC
BCD
ABC
ABC
EEF

CSV file has
ABC,EEF

Looking for marking off lines 1,3,4,5

Can I do this in textpad using regex or any ...