Hi! first of all congratulations on a wonderful product.
I need BC to ignore the differences of the type:
matches with
I've been trying to build a regex, but it seems multiline replacement is not allowed. Any pointers?
And another thing, can we ignore line breaks while matching?
i mean
should match
I need BC to ignore the differences of the type:
Code:
ASSERT_BREAK( blahblah );
Code:
if( !blahblah ) break;
And another thing, can we ignore line breaks while matching?
i mean
Code:
abcd(ef,gh)
Code:
abcd (ef, gh)
Comment