B
Bob
The below regular express can sometimes cause an infinite loop. Anyone know
what could cause this?
string RegexSig = @"To:*\s*(?<address>\S+@\S+)*(\s|\S)*did not reach the
following recipient";
Also shouldn't the framework have some type of loop protection? This will
run forever.
Bob
what could cause this?
string RegexSig = @"To:*\s*(?<address>\S+@\S+)*(\s|\S)*did not reach the
following recipient";
Also shouldn't the framework have some type of loop protection? This will
run forever.
Bob