FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
#import <NSURL.h>
Instance Methods | |
(NSString *) | - stringByAddingPercentEscapesUsingUTF8Encoding |
Returns a representation of the receiver using UTF8 encoding to determine the percent escapes necessary to convert the receiver into a legal URL string. More... | |
(NSString *) | - stringByReplacingPercentEscapesUsingUTF8Encoding |
Returns a new string made by replacing in the receiver all percent escapes with the matching characters as determined by UTF8 encoding. More... | |
- (NSString *) stringByAddingPercentEscapesUsingUTF8Encoding |
Returns a representation of the receiver using UTF8 encoding to determine the percent escapes necessary to convert the receiver into a legal URL string.
- (NSString *) stringByReplacingPercentEscapesUsingUTF8Encoding |
Returns a new string made by replacing in the receiver all percent escapes with the matching characters as determined by UTF8 encoding.