D
Dave Peterson
I don't use regex to be effective. But I can copy and paste (and struggle while
debugging!).
debugging!).
Dick,
The Function solution has arrived, Thanks.
What are your thoughts as to the below solution as opposed to the Regex?
My point being, that RegEx is probably the best for HUUUUGH files but begs the next issue - RegEx
Reference libraries.
Dick Kusleika said:I'm not a regex expert, but that never stops me from giving my opinion. For
me, regex is great when you have a lot of possible strings that can be
distilled down to a few patterns. If you want to delete all the phone
numbers from a text file, my solutions falls flat while regex is the perfect
solution. But for your situation, with only three possible strings, regex
seems like overkill.