Let us say I have this NSString: @"Country Address Tel:number".
How can I do to get the substring that is before Tel? (Country Address )
And then How can I do to get the substring that is after Tel? (number)
Let us say I have this NSString : @Country Address Tel:number . How can
Share
Use NSScanner:
NSLog output: