Skip to content

joaomlopes/slug-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Slug URL Generator from Strings for iOS (Objective-C)

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.

Add to Project

and import it to your class.

Import 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-

Support

Bugs and feature request are tracked on GitHub. Please feel free to opening a new issue or submitting a new pull request.

Credits

The code on which this package is principally developed and maintained by João Lopes.

License

This package is released under the MIT License.

About

A Class to create slug URLs from strings in iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published