Hi I’m checking through some text and need to check if a string is equal to "
meaning if ([text isEqualToString:@"""]) which doesn’t work because it thinks it’s just closing the string 1 character early.
anyone know a solution?
Hi I’m checking through some text and need to check if a string is
Share
You need a slash in front of the quote in the literal: