If you need to create a slug url that will work on every browser, try this! This is still a beta version with some work in progress
##Installation Simply copy the JLSlug folder to you project.
and import it to your class.
Then, call the function [JLSlug str_slug:@"Some String With Many Spécial Chãrâcters.And Numbers:123€"];
##Special Characters When you wanna use special characters with their own names and meanings, such as money currencies and sentences connectors, it will convert to be like:
Character | Conversion |
---|---|
$ | -dollar- |
€ | -euro- |
¥ | -yen- |
£ | -pound- |
@ | -at- |
& | -and- |
% | -percent- |
Bugs and feature request are tracked on GitHub. Please feel free to opening a new issue or submitting a new pull request.
The code on which this package is principally developed and maintained by João Lopes.
This package is released under the MIT License.