I have atext file that contains a lot of records like this:
05/11/04+11:10PM+117+04+0218735793+0'00+00:01'51+TR+
or
05/11/04+11:10PM+117+04+0218735793+0'00+00:01'51+TR+
(without INCOMING)
I want to validate these lines and invalidate all other lines(empty lines or comment lines and corrupted lines.
- Is it OK to regular expressions for this purpose?
- If yes, what is the regular expression?
Thanks.

