Skip to content

ImangazalievM/Slugify

Repository files navigation

Slugify

Download

Converts a string to a slug

Setup

compile 'com.github.imangazalievm:slugify:1.0.0'

Usage

Generate a slug:

Slugify slugify = new Slugify();
slugify.slugify("Android Development for Beginners"); //returns "android-development-for-beginners"

You can also change the separator to underscore separator:

slugify.withUnderscoreSeparator(true);

Custom replacements

About

Converts a string to a slug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages