stringByURLEncoding
Encoding suitable for use in URLs.
- (NSString *)stringByURLEncoding
Return Value
The encoded version of the receiver.
Discussion
stringByAddingPercentEscapes does not replace serveral characters which are problematics in URLs.
Declared In
NSString+DTURLEncoding.h