public class Slugs extends Object
| Constructor and Description |
|---|
Slugs() |
| Modifier and Type | Method and Description |
|---|---|
static String |
slugify(String sStrIn)
Restrict to an ASCII-7 String
|
static String |
transliterate(String sStrIn)
Normalize string and remove non spacing marks
|
static String |
urlEncode(String sStr)
Return text enconded as an URL.
|
Copyright © 2001–2019 KnowGate. All rights reserved.