I have a test log that I want to compare against a template - both files have the same name. The template has regex and the test log does not.
Sample A:
in my template matches
in my actual log.
Sample B:
in my template does not match
in my actual log.
Is there anyway to teach BC4 to ignore Sample A and flag Sample B?
All my searches lead me to using regex in BC rather than using BC for content with regex. Thanks!
Sample A:
Code:
Size [0-9]*
Code:
Size 1056
Sample B:
Code:
Size [0-9]*
Code:
Size foo
Is there anyway to teach BC4 to ignore Sample A and flag Sample B?
All my searches lead me to using regex in BC rather than using BC for content with regex. Thanks!
Comment