| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DELIMITER
Default separator.
|
| Constructor and Description |
|---|
SimpleSlugifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
setDelimiter(String delimiter)
Separator for URL parts.
|
String |
slugify(String... texts)
Generates URL slug for given set of text.
|
String |
slugify(String text)
Generates URL slug for given text.
|
public static final String DEFAULT_DELIMITER
Copyright © 2015–2016 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.