I want to compare two strings such that the comparison should ignore differences in the special characters. That is,
Hai, this is a test
Should match with
Hai ! this is a test "or" Hai this is a test
Is there any way to do this without modifying the original strings?