Declared in NSString+DTURLEncoding.h

Overview

A collection of useful additions for NSString to deal with URL encoding.

Tasks

Encoding Strings for URLs

Instance Methods

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