public class Normalizer extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
spaces |
static List<String> |
tooSimpleLongNames |
| Constructor and Description |
|---|
Normalizer() |
| Modifier and Type | Method and Description |
|---|---|
static String |
norm(String txt) |
static String |
reduce(String in) |
static String |
toFilename(String str) |
static String |
trim(String in) |
public static final Pattern spaces
Copyright © 2017. All rights reserved.