I make a comparison of two strings which are obviously identical. Unfortunately my if clause doesn´t work as expected:
NSLog(@\"%@ == %@ ?\",strippedString1,
I think for String, you are supposed to use (This is Java) .equals() or equivalent.
.equals()