Hello, I have two strings here
and another one
I want to compare them, one character at a time.
Is there any ways to achieve this in Obj-C?
Thank you very much.
Code:
ABCDEFGH
and another one
Code:
AACCEEGG
I want to compare them, one character at a time.
Is there any ways to achieve this in Obj-C?
Thank you very much.