Possible Duplicate:
What is double star?
Hi
I'm currently working on some code and have come across this which has thrown me for a little while trying to NSLog the value.
- (BOOL)isPartialStringValid:(NSString **)partialStringPtr
Could you someone tell me what NSString ** means and the correct terminology for it so that I can understand it better?
Also what is the difference between NSString * and NSString **
Thanks