Hello LC'ers
I am comparing two lists using the following:
filter lines of tdg2Text with regex pattern tRegexp into tTemp
The problem I have is that this is pulling up multiple lines in tdg2Text
when if fact I need to filter out a specific line. tRegExp should MATCH
(exactly) item 1 of tdg2Text.
Make sense?
SKIP