say the file looks like this:
FAH 98-1 FAH 98.1
it would match those two items, and the real file will have multiple different combinations and possibly need to match more than two occurrences of similar items.
I think i would like to use Regular Expressions to solve this problem
Thanks!