AZEncodeURIComponent

[Objective-C] A Port of encodeURIComponent().

MIT License

Stars
6
Committers
1

AZEncodeURIComponent

A Port of encodeURIComponent().

AZEncodeURIComponent escapes all characters except the following: alphabetic, decimal digits, - _ . ! ~ * ' ( )

Installation

AZEncodeURIComponent is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "AZEncodeURIComponent"

Usage

use AZEncodeURIComponent C Function.

AZEncodeURIComponent(@""); // -> "%E6%97%A5%E6%9C%AC%E8%AA%9E"
AZDecodeURIComponent(@"%E6%97%A5%E6%9C%AC%E8%AA%9E"); // 

Author

azu, [email protected]

License

AZEncodeURIComponent is available under the MIT license. See the LICENSE file for more info.

Package Rankings
Top 12.03% on Cocoapods.org
Badges
Extracted from project README
CI Status Version License Platform