My string is this....
NSString *str = @"Quick Brown Fox Jumps Over The Lazy Dog";
How can i Find the starting position (at which character it starts) of word Lazy in the string and print it out ?..please help me anyone.....
NSString *str = @"Quick Brown Fox Jumps Over The Lazy Dog";
How can i Find the starting position (at which character it starts) of word Lazy in the string and print it out ?..please help me anyone.....